Html Css Color HEX #DC3892 Deep Cerise

📋 copy color: '#DC3892'

red 220 ◦ green 56 ◦ blue 146

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

Shades of Deep Cerise #DC3892

Tints of Deep Cerise #DC3892

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.27%

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

R = 52.13%
G = 13.27%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC3892 (or 0xDC3892) is known color: Deep Cerise. HEX triplet: DC, 38 and 92. RGB value is (220,56,146). Sum of RGB (Red+Green+Blue) = 220+56+146=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 56 (22.27% from 255 or 13.27% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3892 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3892 is #23C76D. Grayscale: #737373. Windows color (decimal): -2344814 or 9582812. OLE color: 9582812.

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

Color convert

RGB 220 56 146 -
CMYK 0 0.75 0.34 0.14
HSL 327.07º 0.7% 0.54% -
HSV(B) 327.07º 0.75% 0.86% -
XYZ 36.12 20.12 29.17 -
YUV 115.3 145.33 202.68 -
System Red Green Blue C M Y K H S L
Decimal 220 56 146 0 0.75 0.34 0.14 327.07 0.7 0.54
Hex DC 38 92 0 4B 22 E 147 46 36
Octal 334 70 222 0 113 42 16 507 106 66
Binary 11011100 111000 10010010 0 1001011 100010 1110 101000111 1000110 110110

Color Harmonies of #DC3892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3892

Black with #DC3892

Text Example


Text Example

White with #DC3892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3892; }

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

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

background-color css

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

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

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

border-color css

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

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

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