Html Css Color HEX #DC2CC5 Razzle Dazzle Rose

📋 copy color: '#DC2CC5'

red 220 ◦ green 44 ◦ blue 197

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

Shades of Razzle Dazzle Rose #DC2CC5

Tints of Razzle Dazzle Rose #DC2CC5

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.54%

 BLUE value IS 197 (77.34% from 255) = 42.73%

R = 47.72%
G = 9.54%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DC2CC5 (or 0xDC2CC5) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2C and C5. RGB value is (220,44,197). Sum of RGB (Red+Green+Blue) = 220+44+197=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 44 (17.58% from 255 or 9.54% from 461); Blue value is 197 (77.34% from 255 or 42.73% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2CC5 is #23D33A. Grayscale: #717171. Windows color (decimal): -2347835 or 12922076. OLE color: 12922076.

HSL color Cylindrical-coordinate representation of color #DC2CC5: hue angle of 307.84º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2CC5 is Cyan = 0, Magento = 0.8, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 44 197 -
CMYK 0 0.8 0.10 0.14
HSL 307.84º 0.72% 0.52% -
HSV(B) 307.84º 0.8% 0.86% -
XYZ 40.49 21.05 54.75 -
YUV 114.07 174.81 203.56 -
System Red Green Blue C M Y K H S L
Decimal 220 44 197 0 0.8 0.10 0.14 307.84 0.72 0.52
Hex DC 2C C5 0 50 A E 134 48 34
Octal 334 54 305 0 120 12 16 464 110 64
Binary 11011100 101100 11000101 0 1010000 1010 1110 100110100 1001000 110100

Color Harmonies of #DC2CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2CC5

Black with #DC2CC5

Text Example


Text Example

White with #DC2CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2CC5; }

 p { color: rgb(220,44,197); }

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

background-color css

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

 a { background-color: rgb(220,44,197); }

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

border-color css

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

 span { border-color: rgb(220,44,197); }

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