Html Css Color HEX #DC3F90 Deep Cerise

📋 copy color: '#DC3F90'

red 220 ◦ green 63 ◦ blue 144

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

Shades of Deep Cerise #DC3F90

Tints of Deep Cerise #DC3F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.72%

R = 51.52%
G = 14.75%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC3F90 (or 0xDC3F90) is known color: Deep Cerise. HEX triplet: DC, 3F and 90. RGB value is (220,63,144). Sum of RGB (Red+Green+Blue) = 220+63+144=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 63 (25% from 255 or 14.75% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3F90 is #23C06F. Grayscale: #777777. Windows color (decimal): -2343024 or 9453532. OLE color: 9453532.

HSL color Cylindrical-coordinate representation of color #DC3F90: hue angle of 329.04º 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 #DC3F90 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 63 144 -
CMYK 0 0.71 0.35 0.14
HSL 329.04º 0.69% 0.55% -
HSV(B) 329.04º 0.71% 0.86% -
XYZ 36.33 20.78 28.48 -
YUV 119.18 142.01 199.91 -
System Red Green Blue C M Y K H S L
Decimal 220 63 144 0 0.71 0.35 0.14 329.04 0.69 0.55
Hex DC 3F 90 0 47 23 E 149 45 37
Octal 334 77 220 0 107 43 16 511 105 67
Binary 11011100 111111 10010000 0 1000111 100011 1110 101001001 1000101 110111

Color Harmonies of #DC3F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3F90

Black with #DC3F90

Text Example


Text Example

White with #DC3F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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