Html Css Color HEX #DC2668 Cerise

📋 copy color: '#DC2668'

red 220 ◦ green 38 ◦ blue 104

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

Shades of Cerise #DC2668

Tints of Cerise #DC2668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.73%

R = 60.77%
G = 10.5%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC2668 (or 0xDC2668) is known color: Cerise. HEX triplet: DC, 26 and 68. RGB value is (220,38,104). Sum of RGB (Red+Green+Blue) = 220+38+104=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2668 is #23D997. Grayscale: #636363. Windows color (decimal): -2349464 or 6825692. OLE color: 6825692.

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

Color convert

RGB 220 38 104 -
CMYK 0 0.83 0.53 0.14
HSL 338.24º 0.72% 0.51% -
HSV(B) 338.24º 0.83% 0.86% -
XYZ 32.71 17.6 14.77 -
YUV 99.94 130.3 213.63 -
System Red Green Blue C M Y K H S L
Decimal 220 38 104 0 0.83 0.53 0.14 338.24 0.72 0.51
Hex DC 26 68 0 53 35 E 152 48 33
Octal 334 46 150 0 123 65 16 522 110 63
Binary 11011100 100110 1101000 0 1010011 110101 1110 101010010 1001000 110011

Color Harmonies of #DC2668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2668

Black with #DC2668

Text Example


Text Example

White with #DC2668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2668; }

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

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

background-color css

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

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

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

border-color css

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

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

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