Html Css Color HEX #DF387D Deep Cerise

📋 copy color: '#DF387D'

red 223 ◦ green 56 ◦ blue 125

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

Shades of Deep Cerise #DF387D

Tints of Deep Cerise #DF387D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.94%

R = 55.2%
G = 13.86%
B = 30.94%

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

#DF387D (or 0xDF387D) is known color: Deep Cerise. HEX triplet: DF, 38 and 7D. RGB value is (223,56,125). Sum of RGB (Red+Green+Blue) = 223+56+125=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 56 (22.27% from 255 or 13.86% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF387D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF387D is #20C782. Grayscale: #717171. Windows color (decimal): -2148227 or 8206559. OLE color: 8206559.

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

Color convert

RGB 223 56 125 -
CMYK 0 0.75 0.44 0.13
HSL 335.21º 0.72% 0.55% -
HSV(B) 335.21º 0.75% 0.87% -
XYZ 35.55 20 21.39 -
YUV 113.8 134.33 205.89 -
System Red Green Blue C M Y K H S L
Decimal 223 56 125 0 0.75 0.44 0.13 335.21 0.72 0.55
Hex DF 38 7D 0 4B 2C D 14F 48 37
Octal 337 70 175 0 113 54 15 517 110 67
Binary 11011111 111000 1111101 0 1001011 101100 1101 101001111 1001000 110111

Color Harmonies of #DF387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF387D

Black with #DF387D

Text Example


Text Example

White with #DF387D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF387D; }

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

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

background-color css

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

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

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

border-color css

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

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

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