Html Css Color HEX #DC2666 Cerise

📋 copy color: '#DC2666'

red 220 ◦ green 38 ◦ blue 102

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

Shades of Cerise #DC2666

Tints of Cerise #DC2666

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.56%

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

R = 61.11%
G = 10.56%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC2666 (or 0xDC2666) is known color: Cerise. HEX triplet: DC, 26 and 66. RGB value is (220,38,102). Sum of RGB (Red+Green+Blue) = 220+38+102=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2666 is #23D999. Grayscale: #636363. Windows color (decimal): -2349466 or 6694620. OLE color: 6694620.

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

Color convert

RGB 220 38 102 -
CMYK 0 0.83 0.54 0.14
HSL 338.9º 0.72% 0.51% -
HSV(B) 338.9º 0.83% 0.86% -
XYZ 32.61 17.56 14.24 -
YUV 99.71 129.3 213.8 -
System Red Green Blue C M Y K H S L
Decimal 220 38 102 0 0.83 0.54 0.14 338.9 0.72 0.51
Hex DC 26 66 0 53 36 E 153 48 33
Octal 334 46 146 0 123 66 16 523 110 63
Binary 11011100 100110 1100110 0 1010011 110110 1110 101010011 1001000 110011

Color Harmonies of #DC2666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2666

Black with #DC2666

Text Example


Text Example

White with #DC2666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2666; }

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

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

background-color css

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

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

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

border-color css

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

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

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