Html Css Color HEX #DF385E Cerise

📋 copy color: '#DF385E'

red 223 ◦ green 56 ◦ blue 94

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

Shades of Cerise #DF385E

Tints of Cerise #DF385E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.2%

R = 59.79%
G = 15.01%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF385E (or 0xDF385E) is known color: Cerise. HEX triplet: DF, 38 and 5E. RGB value is (223,56,94). Sum of RGB (Red+Green+Blue) = 223+56+94=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF385E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF385E is #20C7A1. Grayscale: #6E6E6E. Windows color (decimal): -2148258 or 6174943. OLE color: 6174943.

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

Color convert

RGB 223 56 94 -
CMYK 0 0.75 0.58 0.13
HSL 346.35º 0.72% 0.55% -
HSV(B) 346.35º 0.75% 0.87% -
XYZ 33.87 19.32 12.53 -
YUV 110.27 118.83 208.41 -
System Red Green Blue C M Y K H S L
Decimal 223 56 94 0 0.75 0.58 0.13 346.35 0.72 0.55
Hex DF 38 5E 0 4B 3A D 15A 48 37
Octal 337 70 136 0 113 72 15 532 110 67
Binary 11011111 111000 1011110 0 1001011 111010 1101 101011010 1001000 110111

Color Harmonies of #DF385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF385E

Black with #DF385E

Text Example


Text Example

White with #DF385E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF385E; }

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

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

background-color css

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

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

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

border-color css

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

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

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