Html Css Color HEX #DC4065 Cerise

📋 copy color: '#DC4065'

red 220 ◦ green 64 ◦ blue 101

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

Shades of Cerise #DC4065

Tints of Cerise #DC4065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.23%

R = 57.14%
G = 16.62%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC4065 (or 0xDC4065) is known color: Cerise. HEX triplet: DC, 40 and 65. RGB value is (220,64,101). Sum of RGB (Red+Green+Blue) = 220+64+101=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4065 is #23BF9A. Grayscale: #727272. Windows color (decimal): -2342811 or 6635740. OLE color: 6635740.

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

Color convert

RGB 220 64 101 -
CMYK 0 0.71 0.54 0.14
HSL 345.77º 0.69% 0.56% -
HSV(B) 345.77º 0.71% 0.86% -
XYZ 33.7 19.82 14.36 -
YUV 114.86 120.18 202.99 -
System Red Green Blue C M Y K H S L
Decimal 220 64 101 0 0.71 0.54 0.14 345.77 0.69 0.56
Hex DC 40 65 0 47 36 E 15A 45 38
Octal 334 100 145 0 107 66 16 532 105 70
Binary 11011100 1000000 1100101 0 1000111 110110 1110 101011010 1000101 111000

Color Harmonies of #DC4065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4065

Black with #DC4065

Text Example


Text Example

White with #DC4065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4065; }

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

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

background-color css

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

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

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

border-color css

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

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

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