Html Css Color HEX #DC2C5F Cerise

📋 copy color: '#DC2C5F'

red 220 ◦ green 44 ◦ blue 95

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

Shades of Cerise #DC2C5F

Tints of Cerise #DC2C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.46%

R = 61.28%
G = 12.26%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC2C5F (or 0xDC2C5F) is known color: Cerise. HEX triplet: DC, 2C and 5F. RGB value is (220,44,95). Sum of RGB (Red+Green+Blue) = 220+44+95=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 44 (17.58% from 255 or 12.26% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2C5F is #23D3A0. Grayscale: #666666. Windows color (decimal): -2347937 or 6237404. OLE color: 6237404.

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

Color convert

RGB 220 44 95 -
CMYK 0 0.8 0.57 0.14
HSL 342.61º 0.72% 0.52% -
HSV(B) 342.61º 0.8% 0.86% -
XYZ 32.48 17.84 12.56 -
YUV 102.44 123.81 211.85 -
System Red Green Blue C M Y K H S L
Decimal 220 44 95 0 0.8 0.57 0.14 342.61 0.72 0.52
Hex DC 2C 5F 0 50 39 E 157 48 34
Octal 334 54 137 0 120 71 16 527 110 64
Binary 11011100 101100 1011111 0 1010000 111001 1110 101010111 1001000 110100

Color Harmonies of #DC2C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2C5F

Black with #DC2C5F

Text Example


Text Example

White with #DC2C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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