Html Css Color HEX #DC299F Deep Cerise

📋 copy color: '#DC299F'

red 220 ◦ green 41 ◦ blue 159

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

Shades of Deep Cerise #DC299F

Tints of Deep Cerise #DC299F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.76%

 BLUE value IS 159 (62.5% from 255) = 37.86%

R = 52.38%
G = 9.76%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC299F (or 0xDC299F) is known color: Deep Cerise. HEX triplet: DC, 29 and 9F. RGB value is (220,41,159). Sum of RGB (Red+Green+Blue) = 220+41+159=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC299F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC299F is #23D660. Grayscale: #6B6B6B. Windows color (decimal): -2348641 or 10430940. OLE color: 10430940.

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

Color convert

RGB 220 41 159 -
CMYK 0 0.81 0.28 0.14
HSL 320.45º 0.72% 0.51% -
HSV(B) 320.45º 0.81% 0.86% -
XYZ 36.57 19.3 34.6 -
YUV 107.97 156.8 207.91 -
System Red Green Blue C M Y K H S L
Decimal 220 41 159 0 0.81 0.28 0.14 320.45 0.72 0.51
Hex DC 29 9F 0 51 1C E 140 48 33
Octal 334 51 237 0 121 34 16 500 110 63
Binary 11011100 101001 10011111 0 1010001 11100 1110 101000000 1001000 110011

Color Harmonies of #DC299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC299F

Black with #DC299F

Text Example


Text Example

White with #DC299F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC299F; }

 p { color: rgb(220,41,159); }

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

background-color css

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

 a { background-color: rgb(220,41,159); }

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

border-color css

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

 span { border-color: rgb(220,41,159); }

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