Html Css Color HEX #D5085E Ruby

📋 copy color: '#D5085E'

red 213 ◦ green 8 ◦ blue 94

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

Shades of Ruby #D5085E

Tints of Ruby #D5085E

RGB

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

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

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

R = 67.62%
G = 2.54%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5085E (or 0xD5085E) is known color: Ruby. HEX triplet: D5, 08 and 5E. RGB value is (213,8,94). Sum of RGB (Red+Green+Blue) = 213+8+94=315 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.62% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 213 - color contains mainly: red. Hex color #D5085E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5085E is #2AF7A1. Grayscale: #4E4E4E. Windows color (decimal): -2815906 or 6162645. OLE color: 6162645.

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

Color convert

RGB 213 8 94 -
CMYK 0 0.96 0.56 0.16
HSL 334.83º 0.93% 0.43% -
HSV(B) 334.83º 0.96% 0.84% -
XYZ 29.55 15.13 11.95 -
YUV 79.1 136.42 223.51 -
System Red Green Blue C M Y K H S L
Decimal 213 8 94 0 0.96 0.56 0.16 334.83 0.93 0.43
Hex D5 8 5E 0 60 38 10 14F 5D 2B
Octal 325 10 136 0 140 70 20 517 135 53
Binary 11010101 1000 1011110 0 1100000 111000 10000 101001111 1011101 101011

Color Harmonies of #D5085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5085E

Black with #D5085E

Text Example


Text Example

White with #D5085E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5085E; }

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

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

background-color css

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

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

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

border-color css

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

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

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