Html Css Color HEX #DC4164 Cerise

📋 copy color: '#DC4164'

red 220 ◦ green 65 ◦ blue 100

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

Shades of Cerise #DC4164

Tints of Cerise #DC4164

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.88%

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

R = 57.14%
G = 16.88%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC4164 (or 0xDC4164) is known color: Cerise. HEX triplet: DC, 41 and 64. RGB value is (220,65,100). Sum of RGB (Red+Green+Blue) = 220+65+100=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4164 is #23BE9B. Grayscale: #737373. Windows color (decimal): -2342556 or 6570460. OLE color: 6570460.

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

Color convert

RGB 220 65 100 -
CMYK 0 0.70 0.55 0.14
HSL 346.45º 0.69% 0.56% -
HSV(B) 346.45º 0.7% 0.86% -
XYZ 33.71 19.92 14.12 -
YUV 115.34 119.35 202.65 -
System Red Green Blue C M Y K H S L
Decimal 220 65 100 0 0.70 0.55 0.14 346.45 0.69 0.56
Hex DC 41 64 0 46 37 E 15A 45 38
Octal 334 101 144 0 106 67 16 532 105 70
Binary 11011100 1000001 1100100 0 1000110 110111 1110 101011010 1000101 111000

Color Harmonies of #DC4164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4164

Black with #DC4164

Text Example


Text Example

White with #DC4164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4164; }

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

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

background-color css

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

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

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

border-color css

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

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

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