Html Css Color HEX #DC2ADD Razzle Dazzle Rose

📋 copy color: '#DC2ADD'

red 220 ◦ green 42 ◦ blue 221

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

Shades of Razzle Dazzle Rose #DC2ADD

Tints of Razzle Dazzle Rose #DC2ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.76%

R = 45.55%
G = 8.7%
B = 45.76%

CMYK

 C value IS 0.00

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC2ADD (or 0xDC2ADD) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2A and DD. RGB value is (220,42,221). Sum of RGB (Red+Green+Blue) = 220+42+221=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 42 (16.80% from 255 or 8.70% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC2ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2ADD is #23D522. Grayscale: #737373. Windows color (decimal): -2348323 or 14494428. OLE color: 14494428.

HSL color Cylindrical-coordinate representation of color #DC2ADD: hue angle of 299.66º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2ADD is Cyan = 0.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 42 221 -
CMYK 0.00 0.81 0 0.13
HSL 299.66º 0.72% 0.52% -
HSV(B) 299.66º 0.81% 0.87% -
XYZ 43.39 22.09 70.38 -
YUV 115.63 187.47 202.45 -
System Red Green Blue C M Y K H S L
Decimal 220 42 221 0.00 0.81 0 0.13 299.66 0.72 0.52
Hex DC 2A DD 0 51 0 D 12C 48 34
Octal 334 52 335 0 121 0 15 454 110 64
Binary 11011100 101010 11011101 0 1010001 0 1101 100101100 1001000 110100

Color Harmonies of #DC2ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2ADD

Black with #DC2ADD

Text Example


Text Example

White with #DC2ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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