Html Css Color HEX #DC259E Deep Cerise

📋 copy color: '#DC259E'

red 220 ◦ green 37 ◦ blue 158

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

Shades of Deep Cerise #DC259E

Tints of Deep Cerise #DC259E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.07%

R = 53.01%
G = 8.92%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC259E (or 0xDC259E) is known color: Deep Cerise. HEX triplet: DC, 25 and 9E. RGB value is (220,37,158). Sum of RGB (Red+Green+Blue) = 220+37+158=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 37 (14.84% from 255 or 8.92% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC259E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC259E is #23DA61. Grayscale: #696969. Windows color (decimal): -2349666 or 10364380. OLE color: 10364380.

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

Color convert

RGB 220 37 158 -
CMYK 0 0.83 0.28 0.14
HSL 320.33º 0.72% 0.5% -
HSV(B) 320.33º 0.83% 0.86% -
XYZ 36.35 19.01 34.1 -
YUV 105.51 157.63 209.66 -
System Red Green Blue C M Y K H S L
Decimal 220 37 158 0 0.83 0.28 0.14 320.33 0.72 0.5
Hex DC 25 9E 0 53 1C E 140 48 32
Octal 334 45 236 0 123 34 16 500 110 62
Binary 11011100 100101 10011110 0 1010011 11100 1110 101000000 1001000 110010

Color Harmonies of #DC259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC259E

Black with #DC259E

Text Example


Text Example

White with #DC259E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC259E; }

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

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

background-color css

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

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

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

border-color css

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

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

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