Html Css Color HEX #D5096C Ruby

📋 copy color: '#D5096C'

red 213 ◦ green 9 ◦ blue 108

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

Shades of Ruby #D5096C

Tints of Ruby #D5096C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.73%

R = 64.55%
G = 2.73%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5096C (or 0xD5096C) is known color: Ruby. HEX triplet: D5, 09 and 6C. RGB value is (213,9,108). Sum of RGB (Red+Green+Blue) = 213+9+108=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D5096C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5096C is #2AF693. Grayscale: #515151. Windows color (decimal): -2815636 or 7080405. OLE color: 7080405.

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

Color convert

RGB 213 9 108 -
CMYK 0 0.96 0.49 0.16
HSL 330.88º 0.92% 0.44% -
HSV(B) 330.88º 0.96% 0.84% -
XYZ 30.25 15.42 15.57 -
YUV 81.28 143.09 221.95 -
System Red Green Blue C M Y K H S L
Decimal 213 9 108 0 0.96 0.49 0.16 330.88 0.92 0.44
Hex D5 9 6C 0 60 31 10 14B 5C 2C
Octal 325 11 154 0 140 61 20 513 134 54
Binary 11010101 1001 1101100 0 1100000 110001 10000 101001011 1011100 101100

Color Harmonies of #D5096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5096C

Black with #D5096C

Text Example


Text Example

White with #D5096C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5096C; }

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

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

background-color css

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

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

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

border-color css

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

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

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