Html Css Color HEX #D82062 Ruby

📋 copy color: '#D82062'

red 216 ◦ green 32 ◦ blue 98

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

Shades of Ruby #D82062

Tints of Ruby #D82062

RGB

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

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

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

R = 62.43%
G = 9.25%
B = 28.32%

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

#D82062 (or 0xD82062) is known color: Ruby. HEX triplet: D8, 20 and 62. RGB value is (216,32,98). Sum of RGB (Red+Green+Blue) = 216+32+98=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D82062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82062 is #27DF9D. Grayscale: #5E5E5E. Windows color (decimal): -2613150 or 6430936. OLE color: 6430936.

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

Color convert

RGB 216 32 98 -
CMYK 0 0.85 0.55 0.15
HSL 338.48º 0.74% 0.49% -
HSV(B) 338.48º 0.85% 0.85% -
XYZ 31.04 16.51 13.11 -
YUV 94.54 129.96 214.63 -
System Red Green Blue C M Y K H S L
Decimal 216 32 98 0 0.85 0.55 0.15 338.48 0.74 0.49
Hex D8 20 62 0 55 37 F 152 4A 31
Octal 330 40 142 0 125 67 17 522 112 61
Binary 11011000 100000 1100010 0 1010101 110111 1111 101010010 1001010 110001

Color Harmonies of #D82062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82062

Black with #D82062

Text Example


Text Example

White with #D82062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82062; }

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

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

background-color css

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

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

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

border-color css

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

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

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