Html Css Color HEX #D8095E Ruby

📋 copy color: '#D8095E'

red 216 ◦ green 9 ◦ blue 94

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

Shades of Ruby #D8095E

Tints of Ruby #D8095E

RGB

 RED value IS 216 (84.77% from 255) = 67.71%

 GREEN value IS 9 (3.91% from 255) = 2.82%

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

R = 67.71%
G = 2.82%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8095E (or 0xD8095E) is known color: Ruby. HEX triplet: D8, 09 and 5E. RGB value is (216,9,94). Sum of RGB (Red+Green+Blue) = 216+9+94=319 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.71% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 216 - color contains mainly: red. Hex color #D8095E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8095E is #27F6A1. Grayscale: #505050. Windows color (decimal): -2619042 or 6162904. OLE color: 6162904.

HSL color Cylindrical-coordinate representation of color #D8095E: hue angle of 335.36º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D8095E is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 9 94 -
CMYK 0 0.96 0.56 0.15
HSL 335.36º 0.92% 0.44% -
HSV(B) 335.36º 0.96% 0.85% -
XYZ 30.44 15.6 12 -
YUV 80.58 135.58 224.59 -
System Red Green Blue C M Y K H S L
Decimal 216 9 94 0 0.96 0.56 0.15 335.36 0.92 0.44
Hex D8 9 5E 0 60 38 F 14F 5C 2C
Octal 330 11 136 0 140 70 17 517 134 54
Binary 11011000 1001 1011110 0 1100000 111000 1111 101001111 1011100 101100

Color Harmonies of #D8095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8095E

Black with #D8095E

Text Example


Text Example

White with #D8095E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8095E; }

 p { color: rgb(216,9,94); }

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

background-color css

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

 a { background-color: rgb(216,9,94); }

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

border-color css

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

 span { border-color: rgb(216,9,94); }

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