Html Css Color HEX #DF387E Deep Cerise

📋 copy color: '#DF387E'

red 223 ◦ green 56 ◦ blue 126

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

Shades of Deep Cerise #DF387E

Tints of Deep Cerise #DF387E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.11%

R = 55.06%
G = 13.83%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF387E (or 0xDF387E) is known color: Deep Cerise. HEX triplet: DF, 38 and 7E. RGB value is (223,56,126). Sum of RGB (Red+Green+Blue) = 223+56+126=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 56 (22.27% from 255 or 13.83% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF387E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF387E is #20C781. Grayscale: #717171. Windows color (decimal): -2148226 or 8272095. OLE color: 8272095.

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

Color convert

RGB 223 56 126 -
CMYK 0 0.75 0.43 0.13
HSL 334.85º 0.72% 0.55% -
HSV(B) 334.85º 0.75% 0.87% -
XYZ 35.61 20.02 21.73 -
YUV 113.91 134.83 205.81 -
System Red Green Blue C M Y K H S L
Decimal 223 56 126 0 0.75 0.43 0.13 334.85 0.72 0.55
Hex DF 38 7E 0 4B 2B D 14F 48 37
Octal 337 70 176 0 113 53 15 517 110 67
Binary 11011111 111000 1111110 0 1001011 101011 1101 101001111 1001000 110111

Color Harmonies of #DF387E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF387E

Black with #DF387E

Text Example


Text Example

White with #DF387E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF387E; }

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

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

background-color css

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

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

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

border-color css

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

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

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