Html Css Color HEX #DC3B9F Deep Cerise

📋 copy color: '#DC3B9F'

red 220 ◦ green 59 ◦ blue 159

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

Shades of Deep Cerise #DC3B9F

Tints of Deep Cerise #DC3B9F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.47%

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

R = 50.23%
G = 13.47%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC3B9F (or 0xDC3B9F) is known color: Deep Cerise. HEX triplet: DC, 3B and 9F. RGB value is (220,59,159). Sum of RGB (Red+Green+Blue) = 220+59+159=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 59 (23.44% from 255 or 13.47% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3B9F is #23C460. Grayscale: #767676. Windows color (decimal): -2344033 or 10435548. OLE color: 10435548.

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

Color convert

RGB 220 59 159 -
CMYK 0 0.73 0.28 0.14
HSL 322.73º 0.7% 0.55% -
HSV(B) 322.73º 0.73% 0.86% -
XYZ 37.34 20.85 34.86 -
YUV 118.54 150.84 200.37 -
System Red Green Blue C M Y K H S L
Decimal 220 59 159 0 0.73 0.28 0.14 322.73 0.7 0.55
Hex DC 3B 9F 0 49 1C E 143 46 37
Octal 334 73 237 0 111 34 16 503 106 67
Binary 11011100 111011 10011111 0 1001001 11100 1110 101000011 1000110 110111

Color Harmonies of #DC3B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3B9F

Black with #DC3B9F

Text Example


Text Example

White with #DC3B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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