Html Css Color HEX #D91962 Ruby

📋 copy color: '#D91962'

red 217 ◦ green 25 ◦ blue 98

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

Shades of Ruby #D91962

Tints of Ruby #D91962

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.35%

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

R = 63.82%
G = 7.35%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D91962 (or 0xD91962) is known color: Ruby. HEX triplet: D9, 19 and 62. RGB value is (217,25,98). Sum of RGB (Red+Green+Blue) = 217+25+98=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D91962 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91962 is #26E69D. Grayscale: #5A5A5A. Windows color (decimal): -2549406 or 6429145. OLE color: 6429145.

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

Color convert

RGB 217 25 98 -
CMYK 0 0.88 0.55 0.15
HSL 337.19º 0.79% 0.47% -
HSV(B) 337.19º 0.88% 0.85% -
XYZ 31.17 16.33 13.06 -
YUV 90.73 132.11 218.06 -
System Red Green Blue C M Y K H S L
Decimal 217 25 98 0 0.88 0.55 0.15 337.19 0.79 0.47
Hex D9 19 62 0 58 37 F 151 4F 2F
Octal 331 31 142 0 130 67 17 521 117 57
Binary 11011001 11001 1100010 0 1011000 110111 1111 101010001 1001111 101111

Color Harmonies of #D91962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91962

Black with #D91962

Text Example


Text Example

White with #D91962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91962; }

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

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

background-color css

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

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

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

border-color css

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

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

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