Html Css Color HEX #D9385E Cerise

📋 copy color: '#D9385E'

red 217 ◦ green 56 ◦ blue 94

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

Shades of Cerise #D9385E

Tints of Cerise #D9385E

RGB

 RED value IS 217 (85.16% from 255) = 59.13%

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

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

R = 59.13%
G = 15.26%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9385E (or 0xD9385E) is known color: Cerise. HEX triplet: D9, 38 and 5E. RGB value is (217,56,94). Sum of RGB (Red+Green+Blue) = 217+56+94=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D9385E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9385E is #26C7A1. Grayscale: #6C6C6C. Windows color (decimal): -2541474 or 6174937. OLE color: 6174937.

HSL color Cylindrical-coordinate representation of color #D9385E: hue angle of 345.84º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D9385E is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 56 94 -
CMYK 0 0.74 0.57 0.15
HSL 345.84º 0.68% 0.54% -
HSV(B) 345.84º 0.74% 0.85% -
XYZ 32.05 18.39 12.45 -
YUV 108.47 119.84 205.41 -
System Red Green Blue C M Y K H S L
Decimal 217 56 94 0 0.74 0.57 0.15 345.84 0.68 0.54
Hex D9 38 5E 0 4A 39 F 15A 44 36
Octal 331 70 136 0 112 71 17 532 104 66
Binary 11011001 111000 1011110 0 1001010 111001 1111 101011010 1000100 110110

Color Harmonies of #D9385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9385E

Black with #D9385E

Text Example


Text Example

White with #D9385E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9385E; }

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

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

background-color css

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

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

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

border-color css

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

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

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