Html Css Color HEX #DC4166 Cerise

📋 copy color: '#DC4166'

red 220 ◦ green 65 ◦ blue 102

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

Shades of Cerise #DC4166

Tints of Cerise #DC4166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.36%

R = 56.85%
G = 16.8%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC4166 (or 0xDC4166) is known color: Cerise. HEX triplet: DC, 41 and 66. RGB value is (220,65,102). Sum of RGB (Red+Green+Blue) = 220+65+102=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4166 is #23BE99. Grayscale: #737373. Windows color (decimal): -2342554 or 6701532. OLE color: 6701532.

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

Color convert

RGB 220 65 102 -
CMYK 0 0.70 0.54 0.14
HSL 345.68º 0.69% 0.56% -
HSV(B) 345.68º 0.7% 0.86% -
XYZ 33.8 19.96 14.64 -
YUV 115.56 120.35 202.49 -
System Red Green Blue C M Y K H S L
Decimal 220 65 102 0 0.70 0.54 0.14 345.68 0.69 0.56
Hex DC 41 66 0 46 36 E 15A 45 38
Octal 334 101 146 0 106 66 16 532 105 70
Binary 11011100 1000001 1100110 0 1000110 110110 1110 101011010 1000101 111000

Color Harmonies of #DC4166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4166

Black with #DC4166

Text Example


Text Example

White with #DC4166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4166; }

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

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

background-color css

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

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

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

border-color css

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

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

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