Html Css Color HEX #DC2A75 Deep Cerise

📋 copy color: '#DC2A75'

red 220 ◦ green 42 ◦ blue 117

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

Shades of Deep Cerise #DC2A75

Tints of Deep Cerise #DC2A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.87%

R = 58.05%
G = 11.08%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC2A75 (or 0xDC2A75) is known color: Deep Cerise. HEX triplet: DC, 2A and 75. RGB value is (220,42,117). Sum of RGB (Red+Green+Blue) = 220+42+117=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 42 (16.80% from 255 or 11.08% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2A75 is #23D58A. Grayscale: #676767. Windows color (decimal): -2348427 or 7678684. OLE color: 7678684.

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

Color convert

RGB 220 42 117 -
CMYK 0 0.81 0.47 0.14
HSL 334.72º 0.72% 0.51% -
HSV(B) 334.72º 0.81% 0.86% -
XYZ 33.55 18.16 18.57 -
YUV 103.77 135.47 210.9 -
System Red Green Blue C M Y K H S L
Decimal 220 42 117 0 0.81 0.47 0.14 334.72 0.72 0.51
Hex DC 2A 75 0 51 2F E 14F 48 33
Octal 334 52 165 0 121 57 16 517 110 63
Binary 11011100 101010 1110101 0 1010001 101111 1110 101001111 1001000 110011

Color Harmonies of #DC2A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2A75

Black with #DC2A75

Text Example


Text Example

White with #DC2A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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