Html Css Color HEX #DF385D Cerise

📋 copy color: '#DF385D'

red 223 ◦ green 56 ◦ blue 93

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

Shades of Cerise #DF385D

Tints of Cerise #DF385D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25%

R = 59.95%
G = 15.05%
B = 25%

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

#DF385D (or 0xDF385D) is known color: Cerise. HEX triplet: DF, 38 and 5D. RGB value is (223,56,93). Sum of RGB (Red+Green+Blue) = 223+56+93=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF385D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF385D is #20C7A2. Grayscale: #6E6E6E. Windows color (decimal): -2148259 or 6109407. OLE color: 6109407.

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

Color convert

RGB 223 56 93 -
CMYK 0 0.75 0.58 0.13
HSL 346.71º 0.72% 0.55% -
HSV(B) 346.71º 0.75% 0.87% -
XYZ 33.82 19.31 12.3 -
YUV 110.15 118.33 208.49 -
System Red Green Blue C M Y K H S L
Decimal 223 56 93 0 0.75 0.58 0.13 346.71 0.72 0.55
Hex DF 38 5D 0 4B 3A D 15B 48 37
Octal 337 70 135 0 113 72 15 533 110 67
Binary 11011111 111000 1011101 0 1001011 111010 1101 101011011 1001000 110111

Color Harmonies of #DF385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF385D

Black with #DF385D

Text Example


Text Example

White with #DF385D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF385D; }

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

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

background-color css

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

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

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

border-color css

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

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

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