Html Css Color HEX #DC2C68 Cerise

📋 copy color: '#DC2C68'

red 220 ◦ green 44 ◦ blue 104

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

Shades of Cerise #DC2C68

Tints of Cerise #DC2C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.26%

R = 59.78%
G = 11.96%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC2C68 (or 0xDC2C68) is known color: Cerise. HEX triplet: DC, 2C and 68. RGB value is (220,44,104). Sum of RGB (Red+Green+Blue) = 220+44+104=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 44 (17.58% from 255 or 11.96% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2C68 is #23D397. Grayscale: #676767. Windows color (decimal): -2347928 or 6827228. OLE color: 6827228.

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

Color convert

RGB 220 44 104 -
CMYK 0 0.8 0.53 0.14
HSL 339.55º 0.72% 0.52% -
HSV(B) 339.55º 0.8% 0.86% -
XYZ 32.91 18.02 14.84 -
YUV 103.46 128.31 211.12 -
System Red Green Blue C M Y K H S L
Decimal 220 44 104 0 0.8 0.53 0.14 339.55 0.72 0.52
Hex DC 2C 68 0 50 35 E 154 48 34
Octal 334 54 150 0 120 65 16 524 110 64
Binary 11011100 101100 1101000 0 1010000 110101 1110 101010100 1001000 110100

Color Harmonies of #DC2C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2C68

Black with #DC2C68

Text Example


Text Example

White with #DC2C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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