#DB34CF

Color #DB34CF Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #DB34CF

Tints of Razzle Dazzle Rose #DB34CF

Color information

#DB34CF (or 0xDB34CF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DB, 34 and CF. RGB value is (219,52,207). Sum of RGB (Red+Green+Blue) = 219+52+207=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 52 (20.70% from 255 or 10.88% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB34CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB34CF is #24CB30. Grayscale: #777777. Windows color (decimal): -2411313 or 13579483. OLE color: 13579483.

HSL color Cylindrical-coordinate representation of color #DB34CF: hue angle of 304.31º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB34CF is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB21952207-
CMYK00.760.050.14
HSL304.31º69.87%53.14%-
HSV(B)304.31º76.26%85.88%-
XYZ41.722.0261.08-
YUV119.6177.33198.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 45.82%
GREEN value IS 52 (20.70% from 255) = 10.88%
BLUE value IS 207 (81.25% from 255) = 43.31%
R=45.82%
G=10.88%
B=43.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2195220700.760.050.14304.3169.8753.14
HexDB34CF04C5E1304635
Octal33364317011451646010665
Binary11011011110100110011110100110010111101001100001000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB34CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB34CF; }

 p { color: rgb(219,52,207); }

 H1.HeaderClassName
 {
   color: #DB34CF;
 }
 .AnyTagClassName
 {
   color: #DB34CF;
 }
</style>
background-color css

<style>
 a { background-color: #DB34CF; }

 a { background-color: rgb(219,52,207); }

 div.DivClassName
 {
   background-color: #DB34CF;
 }
 .BgClassName
 {
   background-color: #DB34CF;
 }
</style>
border-color css

<style>
 span { border-color: #DB34CF; }

 span { border-color: rgb(219,52,207); }

 td.TdClassName
 {
   border-color: #DB34CF;
 }
 .TagClassName
 {
   border-color: #DB34CF;
 }
</style>