Html Css Color HEX #DC3F92 Deep Cerise

📋 copy color: '#DC3F92'

red 220 ◦ green 63 ◦ blue 146

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

Shades of Deep Cerise #DC3F92

Tints of Deep Cerise #DC3F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.03%

R = 51.28%
G = 14.69%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC3F92 (or 0xDC3F92) is known color: Deep Cerise. HEX triplet: DC, 3F and 92. RGB value is (220,63,146). Sum of RGB (Red+Green+Blue) = 220+63+146=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 63 (25% from 255 or 14.69% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3F92 is #23C06D. Grayscale: #777777. Windows color (decimal): -2343022 or 9584604. OLE color: 9584604.

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

Color convert

RGB 220 63 146 -
CMYK 0 0.71 0.34 0.14
HSL 328.28º 0.69% 0.55% -
HSV(B) 328.28º 0.71% 0.86% -
XYZ 36.48 20.85 29.3 -
YUV 119.41 143.01 199.75 -
System Red Green Blue C M Y K H S L
Decimal 220 63 146 0 0.71 0.34 0.14 328.28 0.69 0.55
Hex DC 3F 92 0 47 22 E 148 45 37
Octal 334 77 222 0 107 42 16 510 105 67
Binary 11011100 111111 10010010 0 1000111 100010 1110 101001000 1000101 110111

Color Harmonies of #DC3F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3F92

Black with #DC3F92

Text Example


Text Example

White with #DC3F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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