Html Css Color HEX #DC397B Deep Cerise

📋 copy color: '#DC397B'

red 220 ◦ green 57 ◦ blue 123

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

Shades of Deep Cerise #DC397B

Tints of Deep Cerise #DC397B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.75%

R = 55%
G = 14.25%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC397B (or 0xDC397B) is known color: Deep Cerise. HEX triplet: DC, 39 and 7B. RGB value is (220,57,123). Sum of RGB (Red+Green+Blue) = 220+57+123=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 57 (22.66% from 255 or 14.25% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC397B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC397B is #23C684. Grayscale: #717171. Windows color (decimal): -2344581 or 8075740. OLE color: 8075740.

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

Color convert

RGB 220 57 123 -
CMYK 0 0.74 0.44 0.14
HSL 335.71º 0.7% 0.54% -
HSV(B) 335.71º 0.74% 0.86% -
XYZ 34.55 19.57 20.7 -
YUV 113.26 133.5 204.13 -
System Red Green Blue C M Y K H S L
Decimal 220 57 123 0 0.74 0.44 0.14 335.71 0.7 0.54
Hex DC 39 7B 0 4A 2C E 150 46 36
Octal 334 71 173 0 112 54 16 520 106 66
Binary 11011100 111001 1111011 0 1001010 101100 1110 101010000 1000110 110110

Color Harmonies of #DC397B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC397B

Black with #DC397B

Text Example


Text Example

White with #DC397B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC397B; }

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

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

background-color css

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

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

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

border-color css

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

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

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