Html Css Color HEX #DB29C9 Razzle Dazzle Rose

📋 copy color: '#DB29C9'

red 219 ◦ green 41 ◦ blue 201

#DB29C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #DB29C9

Tints of Razzle Dazzle Rose #DB29C9

RGB

 RED value IS 219 (85.94% from 255) = 47.51%

 GREEN value IS 41 (16.41% from 255) = 8.89%

 BLUE value IS 201 (78.91% from 255) = 43.6%

R = 47.51%
G = 8.89%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB29C9 (or 0xDB29C9) is known color: Razzle Dazzle Rose. HEX triplet: DB, 29 and C9. RGB value is (219,41,201). Sum of RGB (Red+Green+Blue) = 219+41+201=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 41 (16.41% from 255 or 8.89% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB29C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB29C9 is #24D636. Grayscale: #707070. Windows color (decimal): -2414135 or 13183451. OLE color: 13183451.

HSL color Cylindrical-coordinate representation of color #DB29C9: hue angle of 306.07º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB29C9 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 41 201 -
CMYK 0 0.81 0.08 0.14
HSL 306.07º 0.71% 0.51% -
HSV(B) 306.07º 0.81% 0.86% -
XYZ 40.55 20.86 57.15 -
YUV 112.46 177.97 203.99 -
System Red Green Blue C M Y K H S L
Decimal 219 41 201 0 0.81 0.08 0.14 306.07 0.71 0.51
Hex DB 29 C9 0 51 8 E 132 47 33
Octal 333 51 311 0 121 10 16 462 107 63
Binary 11011011 101001 11001001 0 1010001 1000 1110 100110010 1000111 110011

Color Harmonies of #DB29C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB29C9

Black with #DB29C9

Text Example


Text Example

White with #DB29C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB29C9; }

 p { color: rgb(219,41,201); }

 H1.HeaderClassName
 {
   color: #DB29C9;
 }
 .AnyTagClassName
 {
   color: #DB29C9;
 }
</style>

background-color css

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

 a { background-color: rgb(219,41,201); }

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

border-color css

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

 span { border-color: rgb(219,41,201); }

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