Html Css Color HEX #D95E5A Roman

📋 copy color: '#D95E5A'

red 217 ◦ green 94 ◦ blue 90

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

Shades of Roman #D95E5A

Tints of Roman #D95E5A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.44%

 BLUE value IS 90 (35.55% from 255) = 22.44%

R = 54.11%
G = 23.44%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D95E5A (or 0xD95E5A) is known color: Roman. HEX triplet: D9, 5E and 5A. RGB value is (217,94,90). Sum of RGB (Red+Green+Blue) = 217+94+90=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 90 (35.55% from 255 or 22.44% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D95E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95E5A is #26A1A5. Grayscale: #828282. Windows color (decimal): -2531750 or 5922521. OLE color: 5922521.

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

Color convert

RGB 217 94 90 -
CMYK 0 0.57 0.59 0.15
HSL 1.89º 0.63% 0.6% -
HSV(B) 1.89º 0.59% 0.85% -
XYZ 34.46 23.5 12.39 -
YUV 130.32 105.25 189.83 -
System Red Green Blue C M Y K H S L
Decimal 217 94 90 0 0.57 0.59 0.15 1.89 0.63 0.6
Hex D9 5E 5A 0 39 3B F 2 3F 3C
Octal 331 136 132 0 71 73 17 2 77 74
Binary 11011001 1011110 1011010 0 111001 111011 1111 10 111111 111100

Color Harmonies of #D95E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95E5A

Black with #D95E5A

Text Example


Text Example

White with #D95E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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