Html Css Color HEX #D9385D Cerise

📋 copy color: '#D9385D'

red 217 ◦ green 56 ◦ blue 93

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

Shades of Cerise #D9385D

Tints of Cerise #D9385D

RGB

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

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

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

R = 59.29%
G = 15.3%
B = 25.41%

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

#D9385D (or 0xD9385D) is known color: Cerise. HEX triplet: D9, 38 and 5D. RGB value is (217,56,93). Sum of RGB (Red+Green+Blue) = 217+56+93=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D9385D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9385D is #26C7A2. Grayscale: #6C6C6C. Windows color (decimal): -2541475 or 6109401. OLE color: 6109401.

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

Color convert

RGB 217 56 93 -
CMYK 0 0.74 0.57 0.15
HSL 346.21º 0.68% 0.54% -
HSV(B) 346.21º 0.74% 0.85% -
XYZ 32.01 18.37 12.21 -
YUV 108.36 119.34 205.49 -
System Red Green Blue C M Y K H S L
Decimal 217 56 93 0 0.74 0.57 0.15 346.21 0.68 0.54
Hex D9 38 5D 0 4A 39 F 15A 44 36
Octal 331 70 135 0 112 71 17 532 104 66
Binary 11011001 111000 1011101 0 1001010 111001 1111 101011010 1000100 110110

Color Harmonies of #D9385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9385D

Black with #D9385D

Text Example


Text Example

White with #D9385D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9385D; }

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

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

background-color css

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

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

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

border-color css

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

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

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