Html Css Color HEX #DC387A Deep Cerise

📋 copy color: '#DC387A'

red 220 ◦ green 56 ◦ blue 122

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

Shades of Deep Cerise #DC387A

Tints of Deep Cerise #DC387A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.65%

R = 55.28%
G = 14.07%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC387A (or 0xDC387A) is known color: Deep Cerise. HEX triplet: DC, 38 and 7A. RGB value is (220,56,122). Sum of RGB (Red+Green+Blue) = 220+56+122=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 56 (22.27% from 255 or 14.07% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC387A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC387A is #23C785. Grayscale: #707070. Windows color (decimal): -2344838 or 8009948. OLE color: 8009948.

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

Color convert

RGB 220 56 122 -
CMYK 0 0.75 0.45 0.14
HSL 335.85º 0.7% 0.54% -
HSV(B) 335.85º 0.75% 0.86% -
XYZ 34.44 19.45 20.35 -
YUV 112.56 133.33 204.63 -
System Red Green Blue C M Y K H S L
Decimal 220 56 122 0 0.75 0.45 0.14 335.85 0.7 0.54
Hex DC 38 7A 0 4B 2D E 150 46 36
Octal 334 70 172 0 113 55 16 520 106 66
Binary 11011100 111000 1111010 0 1001011 101101 1110 101010000 1000110 110110

Color Harmonies of #DC387A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC387A

Black with #DC387A

Text Example


Text Example

White with #DC387A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC387A; }

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

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

background-color css

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

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

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

border-color css

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

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

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