Html Css Color HEX #D9145F Ruby

📋 copy color: '#D9145F'

red 217 ◦ green 20 ◦ blue 95

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

Shades of Ruby #D9145F

Tints of Ruby #D9145F

RGB

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

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

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

R = 65.36%
G = 6.02%
B = 28.61%

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

#D9145F (or 0xD9145F) is known color: Ruby. HEX triplet: D9, 14 and 5F. RGB value is (217,20,95). Sum of RGB (Red+Green+Blue) = 217+20+95=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D9145F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9145F is #26EBA0. Grayscale: #575757. Windows color (decimal): -2550689 or 6231257. OLE color: 6231257.

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

Color convert

RGB 217 20 95 -
CMYK 0 0.91 0.56 0.15
HSL 337.16º 0.83% 0.46% -
HSV(B) 337.16º 0.91% 0.85% -
XYZ 30.93 16.08 12.3 -
YUV 87.45 132.27 220.4 -
System Red Green Blue C M Y K H S L
Decimal 217 20 95 0 0.91 0.56 0.15 337.16 0.83 0.46
Hex D9 14 5F 0 5B 38 F 151 53 2E
Octal 331 24 137 0 133 70 17 521 123 56
Binary 11011001 10100 1011111 0 1011011 111000 1111 101010001 1010011 101110

Color Harmonies of #D9145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9145F

Black with #D9145F

Text Example


Text Example

White with #D9145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9145F; }

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

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

background-color css

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

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

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

border-color css

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

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

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