Html Css Color HEX #DB29DA Razzle Dazzle Rose

📋 copy color: '#DB29DA'

red 219 ◦ green 41 ◦ blue 218

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

Shades of Razzle Dazzle Rose #DB29DA

Tints of Razzle Dazzle Rose #DB29DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.61%

R = 45.82%
G = 8.58%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DB29DA (or 0xDB29DA) is known color: Razzle Dazzle Rose. HEX triplet: DB, 29 and DA. RGB value is (219,41,218). Sum of RGB (Red+Green+Blue) = 219+41+218=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 41 (16.41% from 255 or 8.58% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB29DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB29DA is #24D625. Grayscale: #717171. Windows color (decimal): -2414118 or 14297563. OLE color: 14297563.

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

Color convert

RGB 219 41 218 -
CMYK 0 0.81 0.00 0.14
HSL 300.34º 0.71% 0.51% -
HSV(B) 300.34º 0.81% 0.86% -
XYZ 42.66 21.71 68.27 -
YUV 114.4 186.47 202.61 -
System Red Green Blue C M Y K H S L
Decimal 219 41 218 0 0.81 0.00 0.14 300.34 0.71 0.51
Hex DB 29 DA 0 51 0 E 12C 47 33
Octal 333 51 332 0 121 0 16 454 107 63
Binary 11011011 101001 11011010 0 1010001 0 1110 100101100 1000111 110011

Color Harmonies of #DB29DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB29DA

Black with #DB29DA

Text Example


Text Example

White with #DB29DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB29DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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