Html Css Color HEX #DB29C7 Razzle Dazzle Rose

📋 copy color: '#DB29C7'

red 219 ◦ green 41 ◦ blue 199

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

Shades of Razzle Dazzle Rose #DB29C7

Tints of Razzle Dazzle Rose #DB29C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 43.36%

R = 47.71%
G = 8.93%
B = 43.36%

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

#DB29C7 (or 0xDB29C7) is known color: Razzle Dazzle Rose. HEX triplet: DB, 29 and C7. RGB value is (219,41,199). Sum of RGB (Red+Green+Blue) = 219+41+199=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 41 (16.41% from 255 or 8.93% from 459); Blue value is 199 (78.12% from 255 or 43.36% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB29C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB29C7 is #24D638. Grayscale: #6F6F6F. Windows color (decimal): -2414137 or 13052379. OLE color: 13052379.

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

Color convert

RGB 219 41 199 -
CMYK 0 0.81 0.09 0.14
HSL 306.74º 0.71% 0.51% -
HSV(B) 306.74º 0.81% 0.86% -
XYZ 40.32 20.77 55.92 -
YUV 112.23 176.97 204.15 -
System Red Green Blue C M Y K H S L
Decimal 219 41 199 0 0.81 0.09 0.14 306.74 0.71 0.51
Hex DB 29 C7 0 51 9 E 133 47 33
Octal 333 51 307 0 121 11 16 463 107 63
Binary 11011011 101001 11000111 0 1010001 1001 1110 100110011 1000111 110011

Color Harmonies of #DB29C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB29C7

Black with #DB29C7

Text Example


Text Example

White with #DB29C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB29C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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