Html Css Color HEX #D92060 Ruby

📋 copy color: '#D92060'

red 217 ◦ green 32 ◦ blue 96

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

Shades of Ruby #D92060

Tints of Ruby #D92060

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.28%

 BLUE value IS 96 (37.89% from 255) = 27.83%

R = 62.9%
G = 9.28%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D92060 (or 0xD92060) is known color: Ruby. HEX triplet: D9, 20 and 60. RGB value is (217,32,96). Sum of RGB (Red+Green+Blue) = 217+32+96=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D92060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92060 is #26DF9F. Grayscale: #5E5E5E. Windows color (decimal): -2547616 or 6299865. OLE color: 6299865.

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

Color convert

RGB 217 32 96 -
CMYK 0 0.85 0.56 0.15
HSL 339.24º 0.74% 0.49% -
HSV(B) 339.24º 0.85% 0.85% -
XYZ 31.24 16.63 12.63 -
YUV 94.61 128.79 215.3 -
System Red Green Blue C M Y K H S L
Decimal 217 32 96 0 0.85 0.56 0.15 339.24 0.74 0.49
Hex D9 20 60 0 55 38 F 153 4A 31
Octal 331 40 140 0 125 70 17 523 112 61
Binary 11011001 100000 1100000 0 1010101 111000 1111 101010011 1001010 110001

Color Harmonies of #D92060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92060

Black with #D92060

Text Example


Text Example

White with #D92060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92060; }

 p { color: rgb(217,32,96); }

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

background-color css

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

 a { background-color: rgb(217,32,96); }

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

border-color css

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

 span { border-color: rgb(217,32,96); }

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