Html Css Color HEX #DC259A Deep Cerise

📋 copy color: '#DC259A'

red 220 ◦ green 37 ◦ blue 154

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

Shades of Deep Cerise #DC259A

Tints of Deep Cerise #DC259A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.47%

R = 53.53%
G = 9%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DC259A (or 0xDC259A) is known color: Deep Cerise. HEX triplet: DC, 25 and 9A. RGB value is (220,37,154). Sum of RGB (Red+Green+Blue) = 220+37+154=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 37 (14.84% from 255 or 9.00% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC259A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC259A is #23DA65. Grayscale: #686868. Windows color (decimal): -2349670 or 10102236. OLE color: 10102236.

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

Color convert

RGB 220 37 154 -
CMYK 0 0.83 0.3 0.14
HSL 321.64º 0.72% 0.5% -
HSV(B) 321.64º 0.83% 0.86% -
XYZ 36.01 18.87 32.32 -
YUV 105.06 155.63 209.99 -
System Red Green Blue C M Y K H S L
Decimal 220 37 154 0 0.83 0.3 0.14 321.64 0.72 0.5
Hex DC 25 9A 0 53 1E E 142 48 32
Octal 334 45 232 0 123 36 16 502 110 62
Binary 11011100 100101 10011010 0 1010011 11110 1110 101000010 1001000 110010

Color Harmonies of #DC259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC259A

Black with #DC259A

Text Example


Text Example

White with #DC259A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC259A; }

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

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

background-color css

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

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

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

border-color css

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

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

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