Html Css Color HEX #DB29DC Razzle Dazzle Rose

📋 copy color: '#DB29DC'

red 219 ◦ green 41 ◦ blue 220

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

Shades of Razzle Dazzle Rose #DB29DC

Tints of Razzle Dazzle Rose #DB29DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.83%

R = 45.63%
G = 8.54%
B = 45.83%

CMYK

 C value IS 0.00

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB29DC (or 0xDB29DC) is known color: Razzle Dazzle Rose. HEX triplet: DB, 29 and DC. RGB value is (219,41,220). Sum of RGB (Red+Green+Blue) = 219+41+220=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 41 (16.41% from 255 or 8.54% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB29DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB29DC is #24D623. Grayscale: #727272. Windows color (decimal): -2414116 or 14428635. OLE color: 14428635.

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

Color convert

RGB 219 41 220 -
CMYK 0.00 0.81 0 0.14
HSL 299.66º 0.72% 0.51% -
HSV(B) 299.66º 0.81% 0.86% -
XYZ 42.92 21.81 69.66 -
YUV 114.63 187.47 202.45 -
System Red Green Blue C M Y K H S L
Decimal 219 41 220 0.00 0.81 0 0.14 299.66 0.72 0.51
Hex DB 29 DC 0 51 0 E 12C 48 33
Octal 333 51 334 0 121 0 16 454 110 63
Binary 11011011 101001 11011100 0 1010001 0 1110 100101100 1001000 110011

Color Harmonies of #DB29DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB29DC

Black with #DB29DC

Text Example


Text Example

White with #DB29DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB29DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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