Html Css Color HEX #D9385F Cerise

📋 copy color: '#D9385F'

red 217 ◦ green 56 ◦ blue 95

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

Shades of Cerise #D9385F

Tints of Cerise #D9385F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.82%

R = 58.97%
G = 15.22%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D9385F (or 0xD9385F) is known color: Cerise. HEX triplet: D9, 38 and 5F. RGB value is (217,56,95). Sum of RGB (Red+Green+Blue) = 217+56+95=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 56 (22.27% from 255 or 15.22% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D9385F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9385F is #26C7A0. Grayscale: #6C6C6C. Windows color (decimal): -2541473 or 6240473. OLE color: 6240473.

HSL color Cylindrical-coordinate representation of color #D9385F: hue angle of 345.47º 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 #D9385F is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 56 95 -
CMYK 0 0.74 0.56 0.15
HSL 345.47º 0.68% 0.54% -
HSV(B) 345.47º 0.74% 0.85% -
XYZ 32.1 18.41 12.69 -
YUV 108.59 120.34 205.33 -
System Red Green Blue C M Y K H S L
Decimal 217 56 95 0 0.74 0.56 0.15 345.47 0.68 0.54
Hex D9 38 5F 0 4A 38 F 159 44 36
Octal 331 70 137 0 112 70 17 531 104 66
Binary 11011001 111000 1011111 0 1001010 111000 1111 101011001 1000100 110110

Color Harmonies of #D9385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9385F

Black with #D9385F

Text Example


Text Example

White with #D9385F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9385F; }

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

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

background-color css

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

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

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

border-color css

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

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

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