Html Css Color HEX #DC3F9A Deep Cerise

📋 copy color: '#DC3F9A'

red 220 ◦ green 63 ◦ blue 154

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

Shades of Deep Cerise #DC3F9A

Tints of Deep Cerise #DC3F9A

RGB

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

 GREEN value IS 63 (25% from 255) = 14.42%

 BLUE value IS 154 (60.55% from 255) = 35.24%

R = 50.34%
G = 14.42%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DC3F9A (or 0xDC3F9A) is known color: Deep Cerise. HEX triplet: DC, 3F and 9A. RGB value is (220,63,154). Sum of RGB (Red+Green+Blue) = 220+63+154=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 63 (25% from 255 or 14.42% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3F9A is #23C065. Grayscale: #787878. Windows color (decimal): -2343014 or 10108892. OLE color: 10108892.

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

Color convert

RGB 220 63 154 -
CMYK 0 0.71 0.3 0.14
HSL 325.22º 0.69% 0.55% -
HSV(B) 325.22º 0.71% 0.86% -
XYZ 37.13 21.1 32.69 -
YUV 120.32 147.01 199.1 -
System Red Green Blue C M Y K H S L
Decimal 220 63 154 0 0.71 0.3 0.14 325.22 0.69 0.55
Hex DC 3F 9A 0 47 1E E 145 45 37
Octal 334 77 232 0 107 36 16 505 105 67
Binary 11011100 111111 10011010 0 1000111 11110 1110 101000101 1000101 110111

Color Harmonies of #DC3F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3F9A

Black with #DC3F9A

Text Example


Text Example

White with #DC3F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3F9A; }

 p { color: rgb(220,63,154); }

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

background-color css

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

 a { background-color: rgb(220,63,154); }

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

border-color css

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

 span { border-color: rgb(220,63,154); }

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