Html Css Color HEX #D8145E Ruby

📋 copy color: '#D8145E'

red 216 ◦ green 20 ◦ blue 94

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

Shades of Ruby #D8145E

Tints of Ruby #D8145E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.06%

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

R = 65.45%
G = 6.06%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8145E (or 0xD8145E) is known color: Ruby. HEX triplet: D8, 14 and 5E. RGB value is (216,20,94). Sum of RGB (Red+Green+Blue) = 216+20+94=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D8145E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8145E is #27EBA1. Grayscale: #565656. Windows color (decimal): -2616226 or 6165720. OLE color: 6165720.

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

Color convert

RGB 216 20 94 -
CMYK 0 0.91 0.56 0.15
HSL 337.35º 0.83% 0.46% -
HSV(B) 337.35º 0.91% 0.85% -
XYZ 30.59 15.91 12.05 -
YUV 87.04 131.93 219.98 -
System Red Green Blue C M Y K H S L
Decimal 216 20 94 0 0.91 0.56 0.15 337.35 0.83 0.46
Hex D8 14 5E 0 5B 38 F 151 53 2E
Octal 330 24 136 0 133 70 17 521 123 56
Binary 11011000 10100 1011110 0 1011011 111000 1111 101010001 1010011 101110

Color Harmonies of #D8145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8145E

Black with #D8145E

Text Example


Text Example

White with #D8145E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8145E; }

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

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

background-color css

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

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

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

border-color css

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

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

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