Html Css Color HEX #D8165A Ruby

📋 copy color: '#D8165A'

red 216 ◦ green 22 ◦ blue 90

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

Shades of Ruby #D8165A

Tints of Ruby #D8165A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.71%

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

R = 65.85%
G = 6.71%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8165A (or 0xD8165A) is known color: Ruby. HEX triplet: D8, 16 and 5A. RGB value is (216,22,90). Sum of RGB (Red+Green+Blue) = 216+22+90=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D8165A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8165A is #27E9A5. Grayscale: #575757. Windows color (decimal): -2615718 or 5904088. OLE color: 5904088.

HSL color Cylindrical-coordinate representation of color #D8165A: hue angle of 338.97º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8165A is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 22 90 -
CMYK 0 0.90 0.58 0.15
HSL 338.97º 0.82% 0.47% -
HSV(B) 338.97º 0.9% 0.85% -
XYZ 30.45 15.91 11.14 -
YUV 87.76 129.27 219.47 -
System Red Green Blue C M Y K H S L
Decimal 216 22 90 0 0.90 0.58 0.15 338.97 0.82 0.47
Hex D8 16 5A 0 5A 3A F 153 52 2F
Octal 330 26 132 0 132 72 17 523 122 57
Binary 11011000 10110 1011010 0 1011010 111010 1111 101010011 1010010 101111

Color Harmonies of #D8165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8165A

Black with #D8165A

Text Example


Text Example

White with #D8165A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8165A; }

 p { color: rgb(216,22,90); }

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

background-color css

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

 a { background-color: rgb(216,22,90); }

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

border-color css

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

 span { border-color: rgb(216,22,90); }

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