Html Css Color HEX #DB29BE Razzle Dazzle Rose

📋 copy color: '#DB29BE'

red 219 ◦ green 41 ◦ blue 190

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

Shades of Razzle Dazzle Rose #DB29BE

Tints of Razzle Dazzle Rose #DB29BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.22%

R = 48.67%
G = 9.11%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB29BE (or 0xDB29BE) is known color: Razzle Dazzle Rose. HEX triplet: DB, 29 and BE. RGB value is (219,41,190). Sum of RGB (Red+Green+Blue) = 219+41+190=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 41 (16.41% from 255 or 9.11% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB29BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB29BE is #24D641. Grayscale: #6E6E6E. Windows color (decimal): -2414146 or 12462555. OLE color: 12462555.

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

Color convert

RGB 219 41 190 -
CMYK 0 0.81 0.13 0.14
HSL 309.78º 0.71% 0.51% -
HSV(B) 309.78º 0.81% 0.86% -
XYZ 39.3 20.36 50.57 -
YUV 111.21 172.47 204.88 -
System Red Green Blue C M Y K H S L
Decimal 219 41 190 0 0.81 0.13 0.14 309.78 0.71 0.51
Hex DB 29 BE 0 51 D E 136 47 33
Octal 333 51 276 0 121 15 16 466 107 63
Binary 11011011 101001 10111110 0 1010001 1101 1110 100110110 1000111 110011

Color Harmonies of #DB29BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB29BE

Black with #DB29BE

Text Example


Text Example

White with #DB29BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB29BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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