Html Css Color HEX #DC29DB Razzle Dazzle Rose

📋 copy color: '#DC29DB'

red 220 ◦ green 41 ◦ blue 219

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

Shades of Razzle Dazzle Rose #DC29DB

Tints of Razzle Dazzle Rose #DC29DB

RGB

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

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

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

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

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

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

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

Color convert

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

Color Harmonies of #DC29DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC29DB

Black with #DC29DB

Text Example


Text Example

White with #DC29DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC29DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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