Html Css Color HEX #DC3166 Cerise

📋 copy color: '#DC3166'

red 220 ◦ green 49 ◦ blue 102

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

Shades of Cerise #DC3166

Tints of Cerise #DC3166

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.21%

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

R = 59.3%
G = 13.21%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC3166 (or 0xDC3166) is known color: Cerise. HEX triplet: DC, 31 and 66. RGB value is (220,49,102). Sum of RGB (Red+Green+Blue) = 220+49+102=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3166 is #23CE99. Grayscale: #6A6A6A. Windows color (decimal): -2346650 or 6697436. OLE color: 6697436.

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

Color convert

RGB 220 49 102 -
CMYK 0 0.78 0.54 0.14
HSL 341.4º 0.71% 0.53% -
HSV(B) 341.4º 0.78% 0.86% -
XYZ 33.01 18.37 14.38 -
YUV 106.17 125.65 209.19 -
System Red Green Blue C M Y K H S L
Decimal 220 49 102 0 0.78 0.54 0.14 341.4 0.71 0.53
Hex DC 31 66 0 4E 36 E 155 47 35
Octal 334 61 146 0 116 66 16 525 107 65
Binary 11011100 110001 1100110 0 1001110 110110 1110 101010101 1000111 110101

Color Harmonies of #DC3166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3166

Black with #DC3166

Text Example


Text Example

White with #DC3166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3166; }

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

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

background-color css

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

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

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

border-color css

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

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

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