Html Css Color HEX #D8145F Ruby

📋 copy color: '#D8145F'

red 216 ◦ green 20 ◦ blue 95

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

Shades of Ruby #D8145F

Tints of Ruby #D8145F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.7%

R = 65.26%
G = 6.04%
B = 28.7%

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

#D8145F (or 0xD8145F) is known color: Ruby. HEX triplet: D8, 14 and 5F. RGB value is (216,20,95). Sum of RGB (Red+Green+Blue) = 216+20+95=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D8145F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8145F is #27EBA0. Grayscale: #575757. Windows color (decimal): -2616225 or 6231256. OLE color: 6231256.

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

Color convert

RGB 216 20 95 -
CMYK 0 0.91 0.56 0.15
HSL 337.04º 0.83% 0.46% -
HSV(B) 337.04º 0.91% 0.85% -
XYZ 30.63 15.93 12.29 -
YUV 87.15 132.43 219.9 -
System Red Green Blue C M Y K H S L
Decimal 216 20 95 0 0.91 0.56 0.15 337.04 0.83 0.46
Hex D8 14 5F 0 5B 38 F 151 53 2E
Octal 330 24 137 0 133 70 17 521 123 56
Binary 11011000 10100 1011111 0 1011011 111000 1111 101010001 1010011 101110

Color Harmonies of #D8145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8145F

Black with #D8145F

Text Example


Text Example

White with #D8145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8145F; }

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

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

background-color css

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

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

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

border-color css

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

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

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