Html Css Color HEX #DC259C Deep Cerise

📋 copy color: '#DC259C'

red 220 ◦ green 37 ◦ blue 156

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

Shades of Deep Cerise #DC259C

Tints of Deep Cerise #DC259C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.77%

R = 53.27%
G = 8.96%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC259C (or 0xDC259C) is known color: Deep Cerise. HEX triplet: DC, 25 and 9C. RGB value is (220,37,156). Sum of RGB (Red+Green+Blue) = 220+37+156=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 37 (14.84% from 255 or 8.96% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC259C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC259C is #23DA63. Grayscale: #686868. Windows color (decimal): -2349668 or 10233308. OLE color: 10233308.

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

Color convert

RGB 220 37 156 -
CMYK 0 0.83 0.29 0.14
HSL 320.98º 0.72% 0.5% -
HSV(B) 320.98º 0.83% 0.86% -
XYZ 36.18 18.94 33.2 -
YUV 105.28 156.63 209.82 -
System Red Green Blue C M Y K H S L
Decimal 220 37 156 0 0.83 0.29 0.14 320.98 0.72 0.5
Hex DC 25 9C 0 53 1D E 141 48 32
Octal 334 45 234 0 123 35 16 501 110 62
Binary 11011100 100101 10011100 0 1010011 11101 1110 101000001 1001000 110010

Color Harmonies of #DC259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC259C

Black with #DC259C

Text Example


Text Example

White with #DC259C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC259C; }

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

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

background-color css

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

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

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

border-color css

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

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

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