Html Css Color HEX #D5096B Ruby

📋 copy color: '#D5096B'

red 213 ◦ green 9 ◦ blue 107

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

Shades of Ruby #D5096B

Tints of Ruby #D5096B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.52%

R = 64.74%
G = 2.74%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5096B (or 0xD5096B) is known color: Ruby. HEX triplet: D5, 09 and 6B. RGB value is (213,9,107). Sum of RGB (Red+Green+Blue) = 213+9+107=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D5096B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5096B is #2AF694. Grayscale: #505050. Windows color (decimal): -2815637 or 7014869. OLE color: 7014869.

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

Color convert

RGB 213 9 107 -
CMYK 0 0.96 0.50 0.16
HSL 331.18º 0.92% 0.44% -
HSV(B) 331.18º 0.96% 0.84% -
XYZ 30.19 15.4 15.29 -
YUV 81.17 142.59 222.03 -
System Red Green Blue C M Y K H S L
Decimal 213 9 107 0 0.96 0.50 0.16 331.18 0.92 0.44
Hex D5 9 6B 0 60 32 10 14B 5C 2C
Octal 325 11 153 0 140 62 20 513 134 54
Binary 11010101 1001 1101011 0 1100000 110010 10000 101001011 1011100 101100

Color Harmonies of #D5096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5096B

Black with #D5096B

Text Example


Text Example

White with #D5096B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5096B; }

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

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

background-color css

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

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

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

border-color css

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

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

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