Html Css Color HEX #D91562 Ruby

📋 copy color: '#D91562'

red 217 ◦ green 21 ◦ blue 98

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

Shades of Ruby #D91562

Tints of Ruby #D91562

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.25%

 BLUE value IS 98 (38.67% from 255) = 29.17%

R = 64.58%
G = 6.25%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D91562 (or 0xD91562) is known color: Ruby. HEX triplet: D9, 15 and 62. RGB value is (217,21,98). Sum of RGB (Red+Green+Blue) = 217+21+98=336 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.58% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 217 - color contains mainly: red. Hex color #D91562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91562 is #26EA9D. Grayscale: #585858. Windows color (decimal): -2550430 or 6428121. OLE color: 6428121.

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

Color convert

RGB 217 21 98 -
CMYK 0 0.90 0.55 0.15
HSL 336.43º 0.82% 0.47% -
HSV(B) 336.43º 0.9% 0.85% -
XYZ 31.09 16.17 13.04 -
YUV 88.38 133.43 219.74 -
System Red Green Blue C M Y K H S L
Decimal 217 21 98 0 0.90 0.55 0.15 336.43 0.82 0.47
Hex D9 15 62 0 5A 37 F 150 52 2F
Octal 331 25 142 0 132 67 17 520 122 57
Binary 11011001 10101 1100010 0 1011010 110111 1111 101010000 1010010 101111

Color Harmonies of #D91562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91562

Black with #D91562

Text Example


Text Example

White with #D91562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91562; }

 p { color: rgb(217,21,98); }

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

background-color css

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

 a { background-color: rgb(217,21,98); }

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

border-color css

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

 span { border-color: rgb(217,21,98); }

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