Html Css Color HEX #DC2C6C Cerise

📋 copy color: '#DC2C6C'

red 220 ◦ green 44 ◦ blue 108

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

Shades of Cerise #DC2C6C

Tints of Cerise #DC2C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.03%

R = 59.14%
G = 11.83%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC2C6C (or 0xDC2C6C) is known color: Cerise. HEX triplet: DC, 2C and 6C. RGB value is (220,44,108). Sum of RGB (Red+Green+Blue) = 220+44+108=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 44 (17.58% from 255 or 11.83% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2C6C is #23D393. Grayscale: #676767. Windows color (decimal): -2347924 or 7089372. OLE color: 7089372.

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

Color convert

RGB 220 44 108 -
CMYK 0 0.8 0.51 0.14
HSL 338.18º 0.72% 0.52% -
HSV(B) 338.18º 0.8% 0.86% -
XYZ 33.12 18.1 15.94 -
YUV 103.92 130.31 210.8 -
System Red Green Blue C M Y K H S L
Decimal 220 44 108 0 0.8 0.51 0.14 338.18 0.72 0.52
Hex DC 2C 6C 0 50 33 E 152 48 34
Octal 334 54 154 0 120 63 16 522 110 64
Binary 11011100 101100 1101100 0 1010000 110011 1110 101010010 1001000 110100

Color Harmonies of #DC2C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2C6C

Black with #DC2C6C

Text Example


Text Example

White with #DC2C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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