Html Css Color HEX #DC4167 Cerise

📋 copy color: '#DC4167'

red 220 ◦ green 65 ◦ blue 103

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

Shades of Cerise #DC4167

Tints of Cerise #DC4167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.55%

R = 56.7%
G = 16.75%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC4167 (or 0xDC4167) is known color: Cerise. HEX triplet: DC, 41 and 67. RGB value is (220,65,103). Sum of RGB (Red+Green+Blue) = 220+65+103=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 103 (40.62% from 255 or 26.55% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4167 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4167 is #23BE98. Grayscale: #737373. Windows color (decimal): -2342553 or 6767068. OLE color: 6767068.

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

Color convert

RGB 220 65 103 -
CMYK 0 0.70 0.53 0.14
HSL 345.29º 0.69% 0.56% -
HSV(B) 345.29º 0.7% 0.86% -
XYZ 33.85 19.98 14.9 -
YUV 115.68 120.85 202.41 -
System Red Green Blue C M Y K H S L
Decimal 220 65 103 0 0.70 0.53 0.14 345.29 0.69 0.56
Hex DC 41 67 0 46 35 E 159 45 38
Octal 334 101 147 0 106 65 16 531 105 70
Binary 11011100 1000001 1100111 0 1000110 110101 1110 101011001 1000101 111000

Color Harmonies of #DC4167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4167

Black with #DC4167

Text Example


Text Example

White with #DC4167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4167; }

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

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

background-color css

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

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

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

border-color css

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

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

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