Html Css Color HEX #DF389E Deep Cerise

📋 copy color: '#DF389E'

red 223 ◦ green 56 ◦ blue 158

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

Shades of Deep Cerise #DF389E

Tints of Deep Cerise #DF389E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.16%

R = 51.03%
G = 12.81%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DF389E (or 0xDF389E) is known color: Deep Cerise. HEX triplet: DF, 38 and 9E. RGB value is (223,56,158). Sum of RGB (Red+Green+Blue) = 223+56+158=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 56 (22.27% from 255 or 12.81% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF389E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF389E is #20C761. Grayscale: #757575. Windows color (decimal): -2148194 or 10369247. OLE color: 10369247.

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

Color convert

RGB 223 56 158 -
CMYK 0 0.75 0.29 0.13
HSL 323.35º 0.72% 0.55% -
HSV(B) 323.35º 0.75% 0.87% -
XYZ 38.02 20.98 34.39 -
YUV 117.56 150.83 203.21 -
System Red Green Blue C M Y K H S L
Decimal 223 56 158 0 0.75 0.29 0.13 323.35 0.72 0.55
Hex DF 38 9E 0 4B 1D D 143 48 37
Octal 337 70 236 0 113 35 15 503 110 67
Binary 11011111 111000 10011110 0 1001011 11101 1101 101000011 1001000 110111

Color Harmonies of #DF389E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF389E

Black with #DF389E

Text Example


Text Example

White with #DF389E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF389E; }

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

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

background-color css

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

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

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

border-color css

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

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

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