Html Css Color HEX #DC2662 Cerise

📋 copy color: '#DC2662'

red 220 ◦ green 38 ◦ blue 98

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

Shades of Cerise #DC2662

Tints of Cerise #DC2662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.53%

R = 61.8%
G = 10.67%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC2662 (or 0xDC2662) is known color: Cerise. HEX triplet: DC, 26 and 62. RGB value is (220,38,98). Sum of RGB (Red+Green+Blue) = 220+38+98=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 98 (38.67% from 255 or 27.53% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2662 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2662 is #23D99D. Grayscale: #636363. Windows color (decimal): -2349470 or 6432476. OLE color: 6432476.

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

Color convert

RGB 220 38 98 -
CMYK 0 0.83 0.55 0.14
HSL 340.22º 0.72% 0.51% -
HSV(B) 340.22º 0.83% 0.86% -
XYZ 32.41 17.48 13.22 -
YUV 99.26 127.3 214.12 -
System Red Green Blue C M Y K H S L
Decimal 220 38 98 0 0.83 0.55 0.14 340.22 0.72 0.51
Hex DC 26 62 0 53 37 E 154 48 33
Octal 334 46 142 0 123 67 16 524 110 63
Binary 11011100 100110 1100010 0 1010011 110111 1110 101010100 1001000 110011

Color Harmonies of #DC2662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2662

Black with #DC2662

Text Example


Text Example

White with #DC2662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2662; }

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

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

background-color css

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

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

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

border-color css

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

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

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