Html Css Color HEX #D9395B Cerise

📋 copy color: '#D9395B'

red 217 ◦ green 57 ◦ blue 91

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

Shades of Cerise #D9395B

Tints of Cerise #D9395B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.62%

 BLUE value IS 91 (35.94% from 255) = 24.93%

R = 59.45%
G = 15.62%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9395B (or 0xD9395B) is known color: Cerise. HEX triplet: D9, 39 and 5B. RGB value is (217,57,91). Sum of RGB (Red+Green+Blue) = 217+57+91=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D9395B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9395B is #26C6A4. Grayscale: #6C6C6C. Windows color (decimal): -2541221 or 5978585. OLE color: 5978585.

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

Color convert

RGB 217 57 91 -
CMYK 0 0.74 0.58 0.15
HSL 347.25º 0.68% 0.54% -
HSV(B) 347.25º 0.74% 0.85% -
XYZ 31.97 18.43 11.77 -
YUV 108.72 118.01 205.24 -
System Red Green Blue C M Y K H S L
Decimal 217 57 91 0 0.74 0.58 0.15 347.25 0.68 0.54
Hex D9 39 5B 0 4A 3A F 15B 44 36
Octal 331 71 133 0 112 72 17 533 104 66
Binary 11011001 111001 1011011 0 1001010 111010 1111 101011011 1000100 110110

Color Harmonies of #D9395B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9395B

Black with #D9395B

Text Example


Text Example

White with #D9395B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9395B; }

 p { color: rgb(217,57,91); }

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

background-color css

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

 a { background-color: rgb(217,57,91); }

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

border-color css

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

 span { border-color: rgb(217,57,91); }

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