Html Css Color HEX #D91774 Ruby

📋 copy color: '#D91774'

red 217 ◦ green 23 ◦ blue 116

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

Shades of Ruby #D91774

Tints of Ruby #D91774

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.46%

 BLUE value IS 116 (45.7% from 255) = 32.58%

R = 60.96%
G = 6.46%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D91774 (or 0xD91774) is known color: Ruby. HEX triplet: D9, 17 and 74. RGB value is (217,23,116). Sum of RGB (Red+Green+Blue) = 217+23+116=356 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.96% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 217 - color contains mainly: red. Hex color #D91774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91774 is #26E88B. Grayscale: #5B5B5B. Windows color (decimal): -2549900 or 7608281. OLE color: 7608281.

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

Color convert

RGB 217 23 116 -
CMYK 0 0.89 0.47 0.15
HSL 331.24º 0.81% 0.47% -
HSV(B) 331.24º 0.89% 0.85% -
XYZ 32.07 16.63 18.04 -
YUV 91.61 141.77 217.44 -
System Red Green Blue C M Y K H S L
Decimal 217 23 116 0 0.89 0.47 0.15 331.24 0.81 0.47
Hex D9 17 74 0 59 2F F 14B 51 2F
Octal 331 27 164 0 131 57 17 513 121 57
Binary 11011001 10111 1110100 0 1011001 101111 1111 101001011 1010001 101111

Color Harmonies of #D91774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91774

Black with #D91774

Text Example


Text Example

White with #D91774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91774; }

 p { color: rgb(217,23,116); }

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

background-color css

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

 a { background-color: rgb(217,23,116); }

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

border-color css

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

 span { border-color: rgb(217,23,116); }

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