Html Css Color HEX #DC4464 Cerise

📋 copy color: '#DC4464'

red 220 ◦ green 68 ◦ blue 100

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

Shades of Cerise #DC4464

Tints of Cerise #DC4464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.77%

R = 56.7%
G = 17.53%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC4464 (or 0xDC4464) is known color: Cerise. HEX triplet: DC, 44 and 64. RGB value is (220,68,100). Sum of RGB (Red+Green+Blue) = 220+68+100=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4464 is #23BB9B. Grayscale: #757575. Windows color (decimal): -2341788 or 6571228. OLE color: 6571228.

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

Color convert

RGB 220 68 100 -
CMYK 0 0.69 0.55 0.14
HSL 347.37º 0.68% 0.56% -
HSV(B) 347.37º 0.69% 0.86% -
XYZ 33.88 20.27 14.18 -
YUV 117.1 118.36 201.4 -
System Red Green Blue C M Y K H S L
Decimal 220 68 100 0 0.69 0.55 0.14 347.37 0.68 0.56
Hex DC 44 64 0 45 37 E 15B 44 38
Octal 334 104 144 0 105 67 16 533 104 70
Binary 11011100 1000100 1100100 0 1000101 110111 1110 101011011 1000100 111000

Color Harmonies of #DC4464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4464

Black with #DC4464

Text Example


Text Example

White with #DC4464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4464; }

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

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

background-color css

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

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

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

border-color css

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

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

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