Html Css Color HEX #D5076B Ruby

📋 copy color: '#D5076B'

red 213 ◦ green 7 ◦ blue 107

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

Shades of Ruby #D5076B

Tints of Ruby #D5076B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.14%

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

R = 65.14%
G = 2.14%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5076B (or 0xD5076B) is known color: Ruby. HEX triplet: D5, 07 and 6B. RGB value is (213,7,107). Sum of RGB (Red+Green+Blue) = 213+7+107=327 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.14% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 213 - color contains mainly: red. Hex color #D5076B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5076B is #2AF894. Grayscale: #4F4F4F. Windows color (decimal): -2816149 or 7014357. OLE color: 7014357.

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

Color convert

RGB 213 7 107 -
CMYK 0 0.97 0.50 0.16
HSL 330.87º 0.94% 0.43% -
HSV(B) 330.87º 0.97% 0.84% -
XYZ 30.17 15.36 15.28 -
YUV 79.99 143.25 222.87 -
System Red Green Blue C M Y K H S L
Decimal 213 7 107 0 0.97 0.50 0.16 330.87 0.94 0.43
Hex D5 7 6B 0 61 32 10 14B 5E 2B
Octal 325 7 153 0 141 62 20 513 136 53
Binary 11010101 111 1101011 0 1100001 110010 10000 101001011 1011110 101011

Color Harmonies of #D5076B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5076B

Black with #D5076B

Text Example


Text Example

White with #D5076B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5076B; }

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

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

background-color css

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

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

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

border-color css

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

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

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