Html Css Color HEX #D91874 Ruby

📋 copy color: '#D91874'

red 217 ◦ green 24 ◦ blue 116

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

Shades of Ruby #D91874

Tints of Ruby #D91874

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.72%

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

R = 60.78%
G = 6.72%
B = 32.49%

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

#D91874 (or 0xD91874) is known color: Ruby. HEX triplet: D9, 18 and 74. RGB value is (217,24,116). Sum of RGB (Red+Green+Blue) = 217+24+116=357 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.78% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 217 - color contains mainly: red. Hex color #D91874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91874 is #26E78B. Grayscale: #5C5C5C. Windows color (decimal): -2549644 or 7608537. OLE color: 7608537.

HSL color Cylindrical-coordinate representation of color #D91874: hue angle of 331.4º degrees, saturation: 0.8, 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 #D91874 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 24 116 -
CMYK 0 0.89 0.47 0.15
HSL 331.4º 0.8% 0.47% -
HSV(B) 331.4º 0.89% 0.85% -
XYZ 32.09 16.67 18.05 -
YUV 92.2 141.44 217.02 -
System Red Green Blue C M Y K H S L
Decimal 217 24 116 0 0.89 0.47 0.15 331.4 0.8 0.47
Hex D9 18 74 0 59 2F F 14B 50 2F
Octal 331 30 164 0 131 57 17 513 120 57
Binary 11011001 11000 1110100 0 1011001 101111 1111 101001011 1010000 101111

Color Harmonies of #D91874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91874

Black with #D91874

Text Example


Text Example

White with #D91874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91874; }

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

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

background-color css

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

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

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

border-color css

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

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

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