Html Css Color HEX #DB29D9 Razzle Dazzle Rose

📋 copy color: '#DB29D9'

red 219 ◦ green 41 ◦ blue 217

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

Shades of Razzle Dazzle Rose #DB29D9

Tints of Razzle Dazzle Rose #DB29D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.49%

R = 45.91%
G = 8.6%
B = 45.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DB29D9 (or 0xDB29D9) is known color: Razzle Dazzle Rose. HEX triplet: DB, 29 and D9. RGB value is (219,41,217). Sum of RGB (Red+Green+Blue) = 219+41+217=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 41 (16.41% from 255 or 8.60% from 477); Blue value is 217 (85.16% from 255 or 45.49% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB29D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB29D9 is #24D626. Grayscale: #717171. Windows color (decimal): -2414119 or 14232027. OLE color: 14232027.

HSL color Cylindrical-coordinate representation of color #DB29D9: hue angle of 300.67º 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 #DB29D9 is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 41 217 -
CMYK 0 0.81 0.01 0.14
HSL 300.67º 0.71% 0.51% -
HSV(B) 300.67º 0.81% 0.86% -
XYZ 42.53 21.66 67.58 -
YUV 114.29 185.97 202.69 -
System Red Green Blue C M Y K H S L
Decimal 219 41 217 0 0.81 0.01 0.14 300.67 0.71 0.51
Hex DB 29 D9 0 51 1 E 12D 47 33
Octal 333 51 331 0 121 1 16 455 107 63
Binary 11011011 101001 11011001 0 1010001 1 1110 100101101 1000111 110011

Color Harmonies of #DB29D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB29D9

Black with #DB29D9

Text Example


Text Example

White with #DB29D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB29D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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