Html Css Color HEX #DF386D Cerise

📋 copy color: '#DF386D'

red 223 ◦ green 56 ◦ blue 109

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

Shades of Cerise #DF386D

Tints of Cerise #DF386D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.09%

R = 57.47%
G = 14.43%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF386D (or 0xDF386D) is known color: Cerise. HEX triplet: DF, 38 and 6D. RGB value is (223,56,109). Sum of RGB (Red+Green+Blue) = 223+56+109=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 56 (22.27% from 255 or 14.43% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF386D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF386D is #20C792. Grayscale: #6F6F6F. Windows color (decimal): -2148243 or 7157983. OLE color: 7157983.

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

Color convert

RGB 223 56 109 -
CMYK 0 0.75 0.51 0.13
HSL 340.96º 0.72% 0.55% -
HSV(B) 340.96º 0.75% 0.87% -
XYZ 34.61 19.62 16.43 -
YUV 111.98 126.33 207.19 -
System Red Green Blue C M Y K H S L
Decimal 223 56 109 0 0.75 0.51 0.13 340.96 0.72 0.55
Hex DF 38 6D 0 4B 33 D 155 48 37
Octal 337 70 155 0 113 63 15 525 110 67
Binary 11011111 111000 1101101 0 1001011 110011 1101 101010101 1001000 110111

Color Harmonies of #DF386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF386D

Black with #DF386D

Text Example


Text Example

White with #DF386D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF386D; }

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

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

background-color css

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

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

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

border-color css

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

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

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