Html Css Color HEX #DB29C8 Razzle Dazzle Rose

📋 copy color: '#DB29C8'

red 219 ◦ green 41 ◦ blue 200

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

Shades of Razzle Dazzle Rose #DB29C8

Tints of Razzle Dazzle Rose #DB29C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.48%

R = 47.61%
G = 8.91%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DB29C8 (or 0xDB29C8) is known color: Razzle Dazzle Rose. HEX triplet: DB, 29 and C8. RGB value is (219,41,200). Sum of RGB (Red+Green+Blue) = 219+41+200=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 41 (16.41% from 255 or 8.91% from 460); Blue value is 200 (78.52% from 255 or 43.48% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB29C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB29C8 is #24D637. Grayscale: #6F6F6F. Windows color (decimal): -2414136 or 13117915. OLE color: 13117915.

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

Color convert

RGB 219 41 200 -
CMYK 0 0.81 0.09 0.14
HSL 306.4º 0.71% 0.51% -
HSV(B) 306.4º 0.81% 0.86% -
XYZ 40.43 20.82 56.53 -
YUV 112.35 177.47 204.07 -
System Red Green Blue C M Y K H S L
Decimal 219 41 200 0 0.81 0.09 0.14 306.4 0.71 0.51
Hex DB 29 C8 0 51 9 E 132 47 33
Octal 333 51 310 0 121 11 16 462 107 63
Binary 11011011 101001 11001000 0 1010001 1001 1110 100110010 1000111 110011

Color Harmonies of #DB29C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB29C8

Black with #DB29C8

Text Example


Text Example

White with #DB29C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB29C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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