Html Css Color HEX #D5086F Ruby

📋 copy color: '#D5086F'

red 213 ◦ green 8 ◦ blue 111

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

Shades of Ruby #D5086F

Tints of Ruby #D5086F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.41%

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

R = 64.16%
G = 2.41%
B = 33.43%

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

#D5086F (or 0xD5086F) is known color: Ruby. HEX triplet: D5, 08 and 6F. RGB value is (213,8,111). Sum of RGB (Red+Green+Blue) = 213+8+111=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D5086F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5086F is #2AF790. Grayscale: #505050. Windows color (decimal): -2815889 or 7276757. OLE color: 7276757.

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

Color convert

RGB 213 8 111 -
CMYK 0 0.96 0.48 0.16
HSL 329.85º 0.93% 0.43% -
HSV(B) 329.85º 0.96% 0.84% -
XYZ 30.4 15.47 16.42 -
YUV 81.04 144.92 222.12 -
System Red Green Blue C M Y K H S L
Decimal 213 8 111 0 0.96 0.48 0.16 329.85 0.93 0.43
Hex D5 8 6F 0 60 30 10 14A 5D 2B
Octal 325 10 157 0 140 60 20 512 135 53
Binary 11010101 1000 1101111 0 1100000 110000 10000 101001010 1011101 101011

Color Harmonies of #D5086F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5086F

Black with #D5086F

Text Example


Text Example

White with #D5086F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5086F; }

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

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

background-color css

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

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

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

border-color css

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

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

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