Html Css Color HEX #DC4460 Cerise

📋 copy color: '#DC4460'

red 220 ◦ green 68 ◦ blue 96

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

Shades of Cerise #DC4460

Tints of Cerise #DC4460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.71%

 BLUE value IS 96 (37.89% from 255) = 25%

R = 57.29%
G = 17.71%
B = 25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC4460 (or 0xDC4460) is known color: Cerise. HEX triplet: DC, 44 and 60. RGB value is (220,68,96). Sum of RGB (Red+Green+Blue) = 220+68+96=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4460 is #23BB9F. Grayscale: #747474. Windows color (decimal): -2341792 or 6309084. OLE color: 6309084.

HSL color Cylindrical-coordinate representation of color #DC4460: hue angle of 348.95º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC4460 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 68 96 -
CMYK 0 0.69 0.56 0.14
HSL 348.95º 0.68% 0.56% -
HSV(B) 348.95º 0.69% 0.86% -
XYZ 33.69 20.19 13.19 -
YUV 116.64 116.36 201.72 -
System Red Green Blue C M Y K H S L
Decimal 220 68 96 0 0.69 0.56 0.14 348.95 0.68 0.56
Hex DC 44 60 0 45 38 E 15D 44 38
Octal 334 104 140 0 105 70 16 535 104 70
Binary 11011100 1000100 1100000 0 1000101 111000 1110 101011101 1000100 111000

Color Harmonies of #DC4460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4460

Black with #DC4460

Text Example


Text Example

White with #DC4460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4460; }

 p { color: rgb(220,68,96); }

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

background-color css

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

 a { background-color: rgb(220,68,96); }

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

border-color css

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

 span { border-color: rgb(220,68,96); }

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