Html Css Color HEX #DF388C Deep Cerise

📋 copy color: '#DF388C'

red 223 ◦ green 56 ◦ blue 140

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

Shades of Deep Cerise #DF388C

Tints of Deep Cerise #DF388C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.41%

R = 53.22%
G = 13.37%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF388C (or 0xDF388C) is known color: Deep Cerise. HEX triplet: DF, 38 and 8C. RGB value is (223,56,140). Sum of RGB (Red+Green+Blue) = 223+56+140=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 56 (22.27% from 255 or 13.37% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF388C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF388C is #20C773. Grayscale: #737373. Windows color (decimal): -2148212 or 9189599. OLE color: 9189599.

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

Color convert

RGB 223 56 140 -
CMYK 0 0.75 0.37 0.13
HSL 329.82º 0.72% 0.55% -
HSV(B) 329.82º 0.75% 0.87% -
XYZ 36.58 20.41 26.82 -
YUV 115.51 141.83 204.67 -
System Red Green Blue C M Y K H S L
Decimal 223 56 140 0 0.75 0.37 0.13 329.82 0.72 0.55
Hex DF 38 8C 0 4B 25 D 14A 48 37
Octal 337 70 214 0 113 45 15 512 110 67
Binary 11011111 111000 10001100 0 1001011 100101 1101 101001010 1001000 110111

Color Harmonies of #DF388C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF388C

Black with #DF388C

Text Example


Text Example

White with #DF388C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF388C; }

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

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

background-color css

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

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

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

border-color css

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

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

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