Html Css Color HEX #DC4063 Cerise

📋 copy color: '#DC4063'

red 220 ◦ green 64 ◦ blue 99

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

Shades of Cerise #DC4063

Tints of Cerise #DC4063

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.71%

 BLUE value IS 99 (39.06% from 255) = 25.85%

R = 57.44%
G = 16.71%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC4063 (or 0xDC4063) is known color: Cerise. HEX triplet: DC, 40 and 63. RGB value is (220,64,99). Sum of RGB (Red+Green+Blue) = 220+64+99=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 99 (39.06% from 255 or 25.85% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4063 is #23BF9C. Grayscale: #727272. Windows color (decimal): -2342813 or 6504668. OLE color: 6504668.

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

Color convert

RGB 220 64 99 -
CMYK 0 0.71 0.55 0.14
HSL 346.54º 0.69% 0.56% -
HSV(B) 346.54º 0.71% 0.86% -
XYZ 33.6 19.78 13.85 -
YUV 114.63 119.18 203.15 -
System Red Green Blue C M Y K H S L
Decimal 220 64 99 0 0.71 0.55 0.14 346.54 0.69 0.56
Hex DC 40 63 0 47 37 E 15B 45 38
Octal 334 100 143 0 107 67 16 533 105 70
Binary 11011100 1000000 1100011 0 1000111 110111 1110 101011011 1000101 111000

Color Harmonies of #DC4063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4063

Black with #DC4063

Text Example


Text Example

White with #DC4063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4063; }

 p { color: rgb(220,64,99); }

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

background-color css

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

 a { background-color: rgb(220,64,99); }

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

border-color css

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

 span { border-color: rgb(220,64,99); }

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