Html Css Color HEX #DC398F Deep Cerise

📋 copy color: '#DC398F'

red 220 ◦ green 57 ◦ blue 143

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

Shades of Deep Cerise #DC398F

Tints of Deep Cerise #DC398F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.57%

 BLUE value IS 143 (56.25% from 255) = 34.05%

R = 52.38%
G = 13.57%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC398F (or 0xDC398F) is known color: Deep Cerise. HEX triplet: DC, 39 and 8F. RGB value is (220,57,143). Sum of RGB (Red+Green+Blue) = 220+57+143=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 57 (22.66% from 255 or 13.57% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC398F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC398F is #23C670. Grayscale: #737373. Windows color (decimal): -2344561 or 9386460. OLE color: 9386460.

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

Color convert

RGB 220 57 143 -
CMYK 0 0.74 0.35 0.14
HSL 328.34º 0.7% 0.54% -
HSV(B) 328.34º 0.74% 0.86% -
XYZ 35.94 20.13 27.98 -
YUV 115.54 143.5 202.51 -
System Red Green Blue C M Y K H S L
Decimal 220 57 143 0 0.74 0.35 0.14 328.34 0.7 0.54
Hex DC 39 8F 0 4A 23 E 148 46 36
Octal 334 71 217 0 112 43 16 510 106 66
Binary 11011100 111001 10001111 0 1001010 100011 1110 101001000 1000110 110110

Color Harmonies of #DC398F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC398F

Black with #DC398F

Text Example


Text Example

White with #DC398F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC398F; }

 p { color: rgb(220,57,143); }

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

background-color css

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

 a { background-color: rgb(220,57,143); }

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

border-color css

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

 span { border-color: rgb(220,57,143); }

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