Html Css Color HEX #D82061 Ruby

📋 copy color: '#D82061'

red 216 ◦ green 32 ◦ blue 97

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

Shades of Ruby #D82061

Tints of Ruby #D82061

RGB

 RED value IS 216 (84.77% from 255) = 62.61%

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

 BLUE value IS 97 (38.28% from 255) = 28.12%

R = 62.61%
G = 9.28%
B = 28.12%

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

#D82061 (or 0xD82061) is known color: Ruby. HEX triplet: D8, 20 and 61. RGB value is (216,32,97). Sum of RGB (Red+Green+Blue) = 216+32+97=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D82061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82061 is #27DF9E. Grayscale: #5E5E5E. Windows color (decimal): -2613151 or 6365400. OLE color: 6365400.

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

Color convert

RGB 216 32 97 -
CMYK 0 0.85 0.55 0.15
HSL 338.8º 0.74% 0.49% -
HSV(B) 338.8º 0.85% 0.85% -
XYZ 30.99 16.5 12.86 -
YUV 94.43 129.46 214.71 -
System Red Green Blue C M Y K H S L
Decimal 216 32 97 0 0.85 0.55 0.15 338.8 0.74 0.49
Hex D8 20 61 0 55 37 F 153 4A 31
Octal 330 40 141 0 125 67 17 523 112 61
Binary 11011000 100000 1100001 0 1010101 110111 1111 101010011 1001010 110001

Color Harmonies of #D82061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82061

Black with #D82061

Text Example


Text Example

White with #D82061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82061; }

 p { color: rgb(216,32,97); }

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

background-color css

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

 a { background-color: rgb(216,32,97); }

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

border-color css

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

 span { border-color: rgb(216,32,97); }

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