Html Css Color HEX #D5096F Ruby

📋 copy color: '#D5096F'

red 213 ◦ green 9 ◦ blue 111

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

Shades of Ruby #D5096F

Tints of Ruby #D5096F

RGB

 RED value IS 213 (83.59% from 255) = 63.96%

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

 BLUE value IS 111 (43.75% from 255) = 33.33%

R = 63.96%
G = 2.7%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5096F (or 0xD5096F) is known color: Ruby. HEX triplet: D5, 09 and 6F. RGB value is (213,9,111). Sum of RGB (Red+Green+Blue) = 213+9+111=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D5096F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5096F is #2AF690. Grayscale: #515151. Windows color (decimal): -2815633 or 7277013. OLE color: 7277013.

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

Color convert

RGB 213 9 111 -
CMYK 0 0.96 0.48 0.16
HSL 330º 0.92% 0.44% -
HSV(B) 330º 0.96% 0.84% -
XYZ 30.41 15.49 16.43 -
YUV 81.62 144.59 221.71 -
System Red Green Blue C M Y K H S L
Decimal 213 9 111 0 0.96 0.48 0.16 330 0.92 0.44
Hex D5 9 6F 0 60 30 10 14A 5C 2C
Octal 325 11 157 0 140 60 20 512 134 54
Binary 11010101 1001 1101111 0 1100000 110000 10000 101001010 1011100 101100

Color Harmonies of #D5096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5096F

Black with #D5096F

Text Example


Text Example

White with #D5096F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5096F; }

 p { color: rgb(213,9,111); }

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

background-color css

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

 a { background-color: rgb(213,9,111); }

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

border-color css

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

 span { border-color: rgb(213,9,111); }

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