Html Css Color HEX #DC2ADB Razzle Dazzle Rose

📋 copy color: '#DC2ADB'

red 220 ◦ green 42 ◦ blue 219

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

Shades of Razzle Dazzle Rose #DC2ADB

Tints of Razzle Dazzle Rose #DC2ADB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.73%

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

R = 45.74%
G = 8.73%
B = 45.53%

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

#DC2ADB (or 0xDC2ADB) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2A and DB. RGB value is (220,42,219). Sum of RGB (Red+Green+Blue) = 220+42+219=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 42 (16.80% from 255 or 8.73% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2ADB is #23D524. Grayscale: #727272. Windows color (decimal): -2348325 or 14363356. OLE color: 14363356.

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

Color convert

RGB 220 42 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.13 21.99 68.99 -
YUV 115.4 186.47 202.61 -
System Red Green Blue C M Y K H S L
Decimal 220 42 219 0 0.81 0.00 0.14 300.34 0.72 0.51
Hex DC 2A DB 0 51 0 E 12C 48 33
Octal 334 52 333 0 121 0 16 454 110 63
Binary 11011100 101010 11011011 0 1010001 0 1110 100101100 1001000 110011

Color Harmonies of #DC2ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2ADB

Black with #DC2ADB

Text Example


Text Example

White with #DC2ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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