Html Css Color HEX #DC259B Deep Cerise

📋 copy color: '#DC259B'

red 220 ◦ green 37 ◦ blue 155

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

Shades of Deep Cerise #DC259B

Tints of Deep Cerise #DC259B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.62%

R = 53.4%
G = 8.98%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC259B (or 0xDC259B) is known color: Deep Cerise. HEX triplet: DC, 25 and 9B. RGB value is (220,37,155). Sum of RGB (Red+Green+Blue) = 220+37+155=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 37 (14.84% from 255 or 8.98% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC259B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC259B is #23DA64. Grayscale: #686868. Windows color (decimal): -2349669 or 10167772. OLE color: 10167772.

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

Color convert

RGB 220 37 155 -
CMYK 0 0.83 0.30 0.14
HSL 321.31º 0.72% 0.5% -
HSV(B) 321.31º 0.83% 0.86% -
XYZ 36.09 18.91 32.76 -
YUV 105.17 156.13 209.91 -
System Red Green Blue C M Y K H S L
Decimal 220 37 155 0 0.83 0.30 0.14 321.31 0.72 0.5
Hex DC 25 9B 0 53 1E E 141 48 32
Octal 334 45 233 0 123 36 16 501 110 62
Binary 11011100 100101 10011011 0 1010011 11110 1110 101000001 1001000 110010

Color Harmonies of #DC259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC259B

Black with #DC259B

Text Example


Text Example

White with #DC259B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC259B; }

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

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

background-color css

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

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

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

border-color css

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

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

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