Html Css Color HEX #D91075 Ruby

📋 copy color: '#D91075'

red 217 ◦ green 16 ◦ blue 117

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

Shades of Ruby #D91075

Tints of Ruby #D91075

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.57%

 BLUE value IS 117 (46.09% from 255) = 33.43%

R = 62%
G = 4.57%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D91075 (or 0xD91075) is known color: Ruby. HEX triplet: D9, 10 and 75. RGB value is (217,16,117). Sum of RGB (Red+Green+Blue) = 217+16+117=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D91075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91075 is #26EF8A. Grayscale: #575757. Windows color (decimal): -2551691 or 7672025. OLE color: 7672025.

HSL color Cylindrical-coordinate representation of color #D91075: hue angle of 329.85º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D91075 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 16 117 -
CMYK 0 0.93 0.46 0.15
HSL 329.85º 0.86% 0.46% -
HSV(B) 329.85º 0.93% 0.85% -
XYZ 32.01 16.41 18.31 -
YUV 87.61 144.59 220.29 -
System Red Green Blue C M Y K H S L
Decimal 217 16 117 0 0.93 0.46 0.15 329.85 0.86 0.46
Hex D9 10 75 0 5D 2E F 14A 56 2E
Octal 331 20 165 0 135 56 17 512 126 56
Binary 11011001 10000 1110101 0 1011101 101110 1111 101001010 1010110 101110

Color Harmonies of #D91075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91075

Black with #D91075

Text Example


Text Example

White with #D91075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91075; }

 p { color: rgb(217,16,117); }

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

background-color css

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

 a { background-color: rgb(217,16,117); }

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

border-color css

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

 span { border-color: rgb(217,16,117); }

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