Html Css Color HEX #D91854 Ruby

📋 copy color: '#D91854'

red 217 ◦ green 24 ◦ blue 84

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

Shades of Ruby #D91854

Tints of Ruby #D91854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.85%

R = 66.77%
G = 7.38%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D91854 (or 0xD91854) is known color: Ruby. HEX triplet: D9, 18 and 54. RGB value is (217,24,84). Sum of RGB (Red+Green+Blue) = 217+24+84=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D91854 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91854 is #26E7AB. Grayscale: #585858. Windows color (decimal): -2549676 or 5511385. OLE color: 5511385.

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

Color convert

RGB 217 24 84 -
CMYK 0 0.89 0.61 0.15
HSL 341.35º 0.8% 0.47% -
HSV(B) 341.35º 0.89% 0.85% -
XYZ 30.54 16.05 9.87 -
YUV 88.55 125.44 219.62 -
System Red Green Blue C M Y K H S L
Decimal 217 24 84 0 0.89 0.61 0.15 341.35 0.8 0.47
Hex D9 18 54 0 59 3D F 155 50 2F
Octal 331 30 124 0 131 75 17 525 120 57
Binary 11011001 11000 1010100 0 1011001 111101 1111 101010101 1010000 101111

Color Harmonies of #D91854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91854

Black with #D91854

Text Example


Text Example

White with #D91854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91854; }

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

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

background-color css

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

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

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

border-color css

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

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

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