Html Css Color HEX #DC2766 Cerise

📋 copy color: '#DC2766'

red 220 ◦ green 39 ◦ blue 102

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

Shades of Cerise #DC2766

Tints of Cerise #DC2766

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.8%

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

R = 60.94%
G = 10.8%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC2766 (or 0xDC2766) is known color: Cerise. HEX triplet: DC, 27 and 66. RGB value is (220,39,102). Sum of RGB (Red+Green+Blue) = 220+39+102=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2766 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2766 is #23D899. Grayscale: #646464. Windows color (decimal): -2349210 or 6694876. OLE color: 6694876.

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

Color convert

RGB 220 39 102 -
CMYK 0 0.82 0.54 0.14
HSL 339.12º 0.72% 0.51% -
HSV(B) 339.12º 0.82% 0.86% -
XYZ 32.64 17.63 14.25 -
YUV 100.3 128.97 213.38 -
System Red Green Blue C M Y K H S L
Decimal 220 39 102 0 0.82 0.54 0.14 339.12 0.72 0.51
Hex DC 27 66 0 52 36 E 153 48 33
Octal 334 47 146 0 122 66 16 523 110 63
Binary 11011100 100111 1100110 0 1010010 110110 1110 101010011 1001000 110011

Color Harmonies of #DC2766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2766

Black with #DC2766

Text Example


Text Example

White with #DC2766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2766; }

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

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

background-color css

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

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

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

border-color css

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

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

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