Html Css Color HEX #DB29D4 Razzle Dazzle Rose

📋 copy color: '#DB29D4'

red 219 ◦ green 41 ◦ blue 212

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

Shades of Razzle Dazzle Rose #DB29D4

Tints of Razzle Dazzle Rose #DB29D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.92%

R = 46.4%
G = 8.69%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DB29D4 (or 0xDB29D4) is known color: Razzle Dazzle Rose. HEX triplet: DB, 29 and D4. RGB value is (219,41,212). Sum of RGB (Red+Green+Blue) = 219+41+212=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 41 (16.41% from 255 or 8.69% from 472); Blue value is 212 (83.20% from 255 or 44.92% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB29D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB29D4 is #24D62B. Grayscale: #717171. Windows color (decimal): -2414124 or 13904347. OLE color: 13904347.

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

Color convert

RGB 219 41 212 -
CMYK 0 0.81 0.03 0.14
HSL 302.36º 0.71% 0.51% -
HSV(B) 302.36º 0.81% 0.86% -
XYZ 41.89 21.4 64.21 -
YUV 113.72 183.47 203.1 -
System Red Green Blue C M Y K H S L
Decimal 219 41 212 0 0.81 0.03 0.14 302.36 0.71 0.51
Hex DB 29 D4 0 51 3 E 12E 47 33
Octal 333 51 324 0 121 3 16 456 107 63
Binary 11011011 101001 11010100 0 1010001 11 1110 100101110 1000111 110011

Color Harmonies of #DB29D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB29D4

Black with #DB29D4

Text Example


Text Example

White with #DB29D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB29D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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