Html Css Color HEX #DC3289 Deep Cerise

📋 copy color: '#DC3289'

red 220 ◦ green 50 ◦ blue 137

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

Shades of Deep Cerise #DC3289

Tints of Deep Cerise #DC3289

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.29%

 BLUE value IS 137 (53.91% from 255) = 33.66%

R = 54.05%
G = 12.29%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC3289 (or 0xDC3289) is known color: Deep Cerise. HEX triplet: DC, 32 and 89. RGB value is (220,50,137). Sum of RGB (Red+Green+Blue) = 220+50+137=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 50 (19.92% from 255 or 12.29% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3289 is #23CD76. Grayscale: #6E6E6E. Windows color (decimal): -2346359 or 8991452. OLE color: 8991452.

HSL color Cylindrical-coordinate representation of color #DC3289: hue angle of 329.29º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC3289 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 50 137 -
CMYK 0 0.77 0.38 0.14
HSL 329.29º 0.71% 0.53% -
HSV(B) 329.29º 0.77% 0.86% -
XYZ 35.17 19.3 25.54 -
YUV 110.75 142.82 205.93 -
System Red Green Blue C M Y K H S L
Decimal 220 50 137 0 0.77 0.38 0.14 329.29 0.71 0.53
Hex DC 32 89 0 4D 26 E 149 47 35
Octal 334 62 211 0 115 46 16 511 107 65
Binary 11011100 110010 10001001 0 1001101 100110 1110 101001001 1000111 110101

Color Harmonies of #DC3289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3289

Black with #DC3289

Text Example


Text Example

White with #DC3289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3289; }

 p { color: rgb(220,50,137); }

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

background-color css

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

 a { background-color: rgb(220,50,137); }

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

border-color css

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

 span { border-color: rgb(220,50,137); }

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