Html Css Color HEX #DF388E Deep Cerise

📋 copy color: '#DF388E'

red 223 ◦ green 56 ◦ blue 142

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

Shades of Deep Cerise #DF388E

Tints of Deep Cerise #DF388E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.73%

R = 52.97%
G = 13.3%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF388E (or 0xDF388E) is known color: Deep Cerise. HEX triplet: DF, 38 and 8E. RGB value is (223,56,142). Sum of RGB (Red+Green+Blue) = 223+56+142=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 56 (22.27% from 255 or 13.30% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF388E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF388E is #20C771. Grayscale: #737373. Windows color (decimal): -2148210 or 9320671. OLE color: 9320671.

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

Color convert

RGB 223 56 142 -
CMYK 0 0.75 0.36 0.13
HSL 329.1º 0.72% 0.55% -
HSV(B) 329.1º 0.75% 0.87% -
XYZ 36.73 20.47 27.61 -
YUV 115.74 142.83 204.51 -
System Red Green Blue C M Y K H S L
Decimal 223 56 142 0 0.75 0.36 0.13 329.1 0.72 0.55
Hex DF 38 8E 0 4B 24 D 149 48 37
Octal 337 70 216 0 113 44 15 511 110 67
Binary 11011111 111000 10001110 0 1001011 100100 1101 101001001 1001000 110111

Color Harmonies of #DF388E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF388E

Black with #DF388E

Text Example


Text Example

White with #DF388E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF388E; }

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

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

background-color css

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

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

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

border-color css

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

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

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