Html Css Color HEX #D82064 Ruby

📋 copy color: '#D82064'

red 216 ◦ green 32 ◦ blue 100

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

Shades of Ruby #D82064

Tints of Ruby #D82064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.74%

R = 62.07%
G = 9.2%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D82064 (or 0xD82064) is known color: Ruby. HEX triplet: D8, 20 and 64. RGB value is (216,32,100). Sum of RGB (Red+Green+Blue) = 216+32+100=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D82064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82064 is #27DF9B. Grayscale: #5E5E5E. Windows color (decimal): -2613148 or 6562008. OLE color: 6562008.

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

Color convert

RGB 216 32 100 -
CMYK 0 0.85 0.54 0.15
HSL 337.83º 0.74% 0.49% -
HSV(B) 337.83º 0.85% 0.85% -
XYZ 31.14 16.55 13.61 -
YUV 94.77 130.96 214.47 -
System Red Green Blue C M Y K H S L
Decimal 216 32 100 0 0.85 0.54 0.15 337.83 0.74 0.49
Hex D8 20 64 0 55 36 F 152 4A 31
Octal 330 40 144 0 125 66 17 522 112 61
Binary 11011000 100000 1100100 0 1010101 110110 1111 101010010 1001010 110001

Color Harmonies of #D82064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82064

Black with #D82064

Text Example


Text Example

White with #D82064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82064; }

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

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

background-color css

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

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

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

border-color css

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

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

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