Html Css Color HEX #DB29D3 Razzle Dazzle Rose

📋 copy color: '#DB29D3'

red 219 ◦ green 41 ◦ blue 211

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

Shades of Razzle Dazzle Rose #DB29D3

Tints of Razzle Dazzle Rose #DB29D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 44.8%

R = 46.5%
G = 8.7%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DB29D3 (or 0xDB29D3) is known color: Razzle Dazzle Rose. HEX triplet: DB, 29 and D3. RGB value is (219,41,211). Sum of RGB (Red+Green+Blue) = 219+41+211=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 41 (16.41% from 255 or 8.70% from 471); Blue value is 211 (82.81% from 255 or 44.80% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB29D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB29D3 is #24D62C. Grayscale: #717171. Windows color (decimal): -2414125 or 13838811. OLE color: 13838811.

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

Color convert

RGB 219 41 211 -
CMYK 0 0.81 0.04 0.14
HSL 302.7º 0.71% 0.51% -
HSV(B) 302.7º 0.81% 0.86% -
XYZ 41.76 21.35 63.55 -
YUV 113.6 182.97 203.18 -
System Red Green Blue C M Y K H S L
Decimal 219 41 211 0 0.81 0.04 0.14 302.7 0.71 0.51
Hex DB 29 D3 0 51 4 E 12F 47 33
Octal 333 51 323 0 121 4 16 457 107 63
Binary 11011011 101001 11010011 0 1010001 100 1110 100101111 1000111 110011

Color Harmonies of #DB29D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB29D3

Black with #DB29D3

Text Example


Text Example

White with #DB29D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB29D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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