Html Css Color HEX #DB29B9 Razzle Dazzle Rose

📋 copy color: '#DB29B9'

red 219 ◦ green 41 ◦ blue 185

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

Shades of Razzle Dazzle Rose #DB29B9

Tints of Razzle Dazzle Rose #DB29B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.57%

R = 49.21%
G = 9.21%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB29B9 (or 0xDB29B9) is known color: Razzle Dazzle Rose. HEX triplet: DB, 29 and B9. RGB value is (219,41,185). Sum of RGB (Red+Green+Blue) = 219+41+185=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 41 (16.41% from 255 or 9.21% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB29B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB29B9 is #24D646. Grayscale: #6E6E6E. Windows color (decimal): -2414151 or 12134875. OLE color: 12134875.

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

Color convert

RGB 219 41 185 -
CMYK 0 0.81 0.16 0.14
HSL 311.46º 0.71% 0.51% -
HSV(B) 311.46º 0.81% 0.86% -
XYZ 38.76 20.15 47.74 -
YUV 110.64 169.97 205.29 -
System Red Green Blue C M Y K H S L
Decimal 219 41 185 0 0.81 0.16 0.14 311.46 0.71 0.51
Hex DB 29 B9 0 51 10 E 137 47 33
Octal 333 51 271 0 121 20 16 467 107 63
Binary 11011011 101001 10111001 0 1010001 10000 1110 100110111 1000111 110011

Color Harmonies of #DB29B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB29B9

Black with #DB29B9

Text Example


Text Example

White with #DB29B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB29B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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