Html Css Color HEX #DF387C Deep Cerise

📋 copy color: '#DF387C'

red 223 ◦ green 56 ◦ blue 124

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

Shades of Deep Cerise #DF387C

Tints of Deep Cerise #DF387C

RGB

 RED value IS 223 (87.5% from 255) = 55.33%

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

 BLUE value IS 124 (48.83% from 255) = 30.77%

R = 55.33%
G = 13.9%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF387C (or 0xDF387C) is known color: Deep Cerise. HEX triplet: DF, 38 and 7C. RGB value is (223,56,124). Sum of RGB (Red+Green+Blue) = 223+56+124=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 56 (22.27% from 255 or 13.90% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF387C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF387C is #20C783. Grayscale: #717171. Windows color (decimal): -2148228 or 8141023. OLE color: 8141023.

HSL color Cylindrical-coordinate representation of color #DF387C: hue angle of 335.57º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF387C is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 56 124 -
CMYK 0 0.75 0.44 0.13
HSL 335.57º 0.72% 0.55% -
HSV(B) 335.57º 0.75% 0.87% -
XYZ 35.48 19.97 21.05 -
YUV 113.69 133.83 205.97 -
System Red Green Blue C M Y K H S L
Decimal 223 56 124 0 0.75 0.44 0.13 335.57 0.72 0.55
Hex DF 38 7C 0 4B 2C D 150 48 37
Octal 337 70 174 0 113 54 15 520 110 67
Binary 11011111 111000 1111100 0 1001011 101100 1101 101010000 1001000 110111

Color Harmonies of #DF387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF387C

Black with #DF387C

Text Example


Text Example

White with #DF387C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF387C; }

 p { color: rgb(223,56,124); }

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

background-color css

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

 a { background-color: rgb(223,56,124); }

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

border-color css

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

 span { border-color: rgb(223,56,124); }

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