Html Css Color HEX #D82065 Ruby

📋 copy color: '#D82065'

red 216 ◦ green 32 ◦ blue 101

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

Shades of Ruby #D82065

Tints of Ruby #D82065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.94%

R = 61.89%
G = 9.17%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D82065 (or 0xD82065) is known color: Ruby. HEX triplet: D8, 20 and 65. RGB value is (216,32,101). Sum of RGB (Red+Green+Blue) = 216+32+101=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D82065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82065 is #27DF9A. Grayscale: #5E5E5E. Windows color (decimal): -2613147 or 6627544. OLE color: 6627544.

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

Color convert

RGB 216 32 101 -
CMYK 0 0.85 0.53 0.15
HSL 337.5º 0.74% 0.49% -
HSV(B) 337.5º 0.85% 0.85% -
XYZ 31.18 16.57 13.87 -
YUV 94.88 131.46 214.39 -
System Red Green Blue C M Y K H S L
Decimal 216 32 101 0 0.85 0.53 0.15 337.5 0.74 0.49
Hex D8 20 65 0 55 35 F 152 4A 31
Octal 330 40 145 0 125 65 17 522 112 61
Binary 11011000 100000 1100101 0 1010101 110101 1111 101010010 1001010 110001

Color Harmonies of #D82065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82065

Black with #D82065

Text Example


Text Example

White with #D82065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82065; }

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

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

background-color css

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

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

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

border-color css

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

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

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