Html Css Color HEX #DC387B Deep Cerise

📋 copy color: '#DC387B'

red 220 ◦ green 56 ◦ blue 123

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

Shades of Deep Cerise #DC387B

Tints of Deep Cerise #DC387B

RGB

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

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

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

R = 55.14%
G = 14.04%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC387B (or 0xDC387B) is known color: Deep Cerise. HEX triplet: DC, 38 and 7B. RGB value is (220,56,123). Sum of RGB (Red+Green+Blue) = 220+56+123=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 56 (22.27% from 255 or 14.04% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC387B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC387B is #23C784. Grayscale: #707070. Windows color (decimal): -2344837 or 8075484. OLE color: 8075484.

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

Color convert

RGB 220 56 123 -
CMYK 0 0.75 0.44 0.14
HSL 335.49º 0.7% 0.54% -
HSV(B) 335.49º 0.75% 0.86% -
XYZ 34.5 19.47 20.68 -
YUV 112.67 133.83 204.55 -
System Red Green Blue C M Y K H S L
Decimal 220 56 123 0 0.75 0.44 0.14 335.49 0.7 0.54
Hex DC 38 7B 0 4B 2C E 14F 46 36
Octal 334 70 173 0 113 54 16 517 106 66
Binary 11011100 111000 1111011 0 1001011 101100 1110 101001111 1000110 110110

Color Harmonies of #DC387B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC387B

Black with #DC387B

Text Example


Text Example

White with #DC387B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC387B; }

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

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

background-color css

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

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

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

border-color css

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

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

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