Html Css Color HEX #D9076B Ruby

📋 copy color: '#D9076B'

red 217 ◦ green 7 ◦ blue 107

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

Shades of Ruby #D9076B

Tints of Ruby #D9076B

RGB

 RED value IS 217 (85.16% from 255) = 65.56%

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

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

R = 65.56%
G = 2.11%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9076B (or 0xD9076B) is known color: Ruby. HEX triplet: D9, 07 and 6B. RGB value is (217,7,107). Sum of RGB (Red+Green+Blue) = 217+7+107=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 7 (3.12% from 255 or 2.11% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D9076B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9076B is #26F894. Grayscale: #505050. Windows color (decimal): -2554005 or 7014361. OLE color: 7014361.

HSL color Cylindrical-coordinate representation of color #D9076B: hue angle of 331.43º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D9076B is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 7 107 -
CMYK 0 0.97 0.51 0.15
HSL 331.43º 0.94% 0.44% -
HSV(B) 331.43º 0.97% 0.85% -
XYZ 31.35 15.97 15.34 -
YUV 81.19 142.57 224.87 -
System Red Green Blue C M Y K H S L
Decimal 217 7 107 0 0.97 0.51 0.15 331.43 0.94 0.44
Hex D9 7 6B 0 61 33 F 14B 5E 2C
Octal 331 7 153 0 141 63 17 513 136 54
Binary 11011001 111 1101011 0 1100001 110011 1111 101001011 1011110 101100

Color Harmonies of #D9076B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9076B

Black with #D9076B

Text Example


Text Example

White with #D9076B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9076B; }

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

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

background-color css

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

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

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

border-color css

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

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

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