Html Css Color HEX #D5095C Ruby

📋 copy color: '#D5095C'

red 213 ◦ green 9 ◦ blue 92

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

Shades of Ruby #D5095C

Tints of Ruby #D5095C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.3%

R = 67.83%
G = 2.87%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5095C (or 0xD5095C) is known color: Ruby. HEX triplet: D5, 09 and 5C. RGB value is (213,9,92). Sum of RGB (Red+Green+Blue) = 213+9+92=314 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.83% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 213 - color contains mainly: red. Hex color #D5095C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5095C is #2AF6A3. Grayscale: #4F4F4F. Windows color (decimal): -2815652 or 6031829. OLE color: 6031829.

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

Color convert

RGB 213 9 92 -
CMYK 0 0.96 0.57 0.16
HSL 335.59º 0.92% 0.44% -
HSV(B) 335.59º 0.96% 0.84% -
XYZ 29.47 15.11 11.49 -
YUV 79.46 135.09 223.25 -
System Red Green Blue C M Y K H S L
Decimal 213 9 92 0 0.96 0.57 0.16 335.59 0.92 0.44
Hex D5 9 5C 0 60 39 10 150 5C 2C
Octal 325 11 134 0 140 71 20 520 134 54
Binary 11010101 1001 1011100 0 1100000 111001 10000 101010000 1011100 101100

Color Harmonies of #D5095C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5095C

Black with #D5095C

Text Example


Text Example

White with #D5095C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5095C; }

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

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

background-color css

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

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

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

border-color css

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

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

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