Html Css Color HEX #DB29D6 Razzle Dazzle Rose

📋 copy color: '#DB29D6'

red 219 ◦ green 41 ◦ blue 214

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

Shades of Razzle Dazzle Rose #DB29D6

Tints of Razzle Dazzle Rose #DB29D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.15%

R = 46.2%
G = 8.65%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DB29D6 (or 0xDB29D6) is known color: Razzle Dazzle Rose. HEX triplet: DB, 29 and D6. RGB value is (219,41,214). Sum of RGB (Red+Green+Blue) = 219+41+214=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 41 (16.41% from 255 or 8.65% from 474); Blue value is 214 (83.98% from 255 or 45.15% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB29D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB29D6 is #24D629. Grayscale: #717171. Windows color (decimal): -2414122 or 14035419. OLE color: 14035419.

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

Color convert

RGB 219 41 214 -
CMYK 0 0.81 0.02 0.14
HSL 301.69º 0.71% 0.51% -
HSV(B) 301.69º 0.81% 0.86% -
XYZ 42.14 21.5 65.55 -
YUV 113.94 184.47 202.93 -
System Red Green Blue C M Y K H S L
Decimal 219 41 214 0 0.81 0.02 0.14 301.69 0.71 0.51
Hex DB 29 D6 0 51 2 E 12E 47 33
Octal 333 51 326 0 121 2 16 456 107 63
Binary 11011011 101001 11010110 0 1010001 10 1110 100101110 1000111 110011

Color Harmonies of #DB29D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB29D6

Black with #DB29D6

Text Example


Text Example

White with #DB29D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB29D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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