Html Css Color HEX #D92062 Ruby

📋 copy color: '#D92062'

red 217 ◦ green 32 ◦ blue 98

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

Shades of Ruby #D92062

Tints of Ruby #D92062

RGB

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

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

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

R = 62.54%
G = 9.22%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D92062 (or 0xD92062) is known color: Ruby. HEX triplet: D9, 20 and 62. RGB value is (217,32,98). Sum of RGB (Red+Green+Blue) = 217+32+98=347 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.54% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 217 - color contains mainly: red. Hex color #D92062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92062 is #26DF9D. Grayscale: #5E5E5E. Windows color (decimal): -2547614 or 6430937. OLE color: 6430937.

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

Color convert

RGB 217 32 98 -
CMYK 0 0.85 0.55 0.15
HSL 338.59º 0.74% 0.49% -
HSV(B) 338.59º 0.85% 0.85% -
XYZ 31.34 16.67 13.12 -
YUV 94.84 129.79 215.13 -
System Red Green Blue C M Y K H S L
Decimal 217 32 98 0 0.85 0.55 0.15 338.59 0.74 0.49
Hex D9 20 62 0 55 37 F 153 4A 31
Octal 331 40 142 0 125 67 17 523 112 61
Binary 11011001 100000 1100010 0 1010101 110111 1111 101010011 1001010 110001

Color Harmonies of #D92062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92062

Black with #D92062

Text Example


Text Example

White with #D92062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92062; }

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

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

background-color css

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

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

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

border-color css

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

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

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