Html Css Color HEX #DC4297 Deep Cerise

📋 copy color: '#DC4297'

red 220 ◦ green 66 ◦ blue 151

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

Shades of Deep Cerise #DC4297

Tints of Deep Cerise #DC4297

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.1%

 BLUE value IS 151 (59.38% from 255) = 34.55%

R = 50.34%
G = 15.1%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC4297 (or 0xDC4297) is known color: Deep Cerise. HEX triplet: DC, 42 and 97. RGB value is (220,66,151). Sum of RGB (Red+Green+Blue) = 220+66+151=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 151 (59.38% from 255 or 34.55% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4297 is #23BD68. Grayscale: #797979. Windows color (decimal): -2342249 or 9913052. OLE color: 9913052.

HSL color Cylindrical-coordinate representation of color #DC4297: hue angle of 326.88º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4297 is Cyan = 0, Magento = 0.7, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 66 151 -
CMYK 0 0.7 0.31 0.14
HSL 326.88º 0.69% 0.56% -
HSV(B) 326.88º 0.7% 0.86% -
XYZ 37.05 21.35 31.45 -
YUV 121.74 144.52 198.09 -
System Red Green Blue C M Y K H S L
Decimal 220 66 151 0 0.7 0.31 0.14 326.88 0.69 0.56
Hex DC 42 97 0 46 1F E 147 45 38
Octal 334 102 227 0 106 37 16 507 105 70
Binary 11011100 1000010 10010111 0 1000110 11111 1110 101000111 1000101 111000

Color Harmonies of #DC4297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4297

Black with #DC4297

Text Example


Text Example

White with #DC4297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4297; }

 p { color: rgb(220,66,151); }

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

background-color css

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

 a { background-color: rgb(220,66,151); }

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

border-color css

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

 span { border-color: rgb(220,66,151); }

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