Html Css Color HEX #DC2568 Cerise

📋 copy color: '#DC2568'

red 220 ◦ green 37 ◦ blue 104

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

Shades of Cerise #DC2568

Tints of Cerise #DC2568

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.25%

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

R = 60.94%
G = 10.25%
B = 28.81%

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

#DC2568 (or 0xDC2568) is known color: Cerise. HEX triplet: DC, 25 and 68. RGB value is (220,37,104). Sum of RGB (Red+Green+Blue) = 220+37+104=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 37 (14.84% from 255 or 10.25% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2568 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2568 is #23DA97. Grayscale: #636363. Windows color (decimal): -2349720 or 6825436. OLE color: 6825436.

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

Color convert

RGB 220 37 104 -
CMYK 0 0.83 0.53 0.14
HSL 338.03º 0.72% 0.5% -
HSV(B) 338.03º 0.83% 0.86% -
XYZ 32.68 17.54 14.76 -
YUV 99.36 130.63 214.05 -
System Red Green Blue C M Y K H S L
Decimal 220 37 104 0 0.83 0.53 0.14 338.03 0.72 0.5
Hex DC 25 68 0 53 35 E 152 48 32
Octal 334 45 150 0 123 65 16 522 110 62
Binary 11011100 100101 1101000 0 1010011 110101 1110 101010010 1001000 110010

Color Harmonies of #DC2568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2568

Black with #DC2568

Text Example


Text Example

White with #DC2568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2568; }

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

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

background-color css

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

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

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

border-color css

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

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

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