Html Css Color HEX #D8056D Ruby

📋 copy color: '#D8056D'

red 216 ◦ green 5 ◦ blue 109

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

Shades of Ruby #D8056D

Tints of Ruby #D8056D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.52%

 BLUE value IS 109 (42.97% from 255) = 33.03%

R = 65.45%
G = 1.52%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8056D (or 0xD8056D) is known color: Ruby. HEX triplet: D8, 05 and 6D. RGB value is (216,5,109). Sum of RGB (Red+Green+Blue) = 216+5+109=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D8056D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8056D is #27FA92. Grayscale: #4F4F4F. Windows color (decimal): -2620051 or 7144920. OLE color: 7144920.

HSL color Cylindrical-coordinate representation of color #D8056D: hue angle of 330.43º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D8056D is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 5 109 -
CMYK 0 0.98 0.50 0.15
HSL 330.43º 0.95% 0.43% -
HSV(B) 330.43º 0.98% 0.85% -
XYZ 31.13 15.81 15.88 -
YUV 79.95 144.4 225.04 -
System Red Green Blue C M Y K H S L
Decimal 216 5 109 0 0.98 0.50 0.15 330.43 0.95 0.43
Hex D8 5 6D 0 62 32 F 14A 5F 2B
Octal 330 5 155 0 142 62 17 512 137 53
Binary 11011000 101 1101101 0 1100010 110010 1111 101001010 1011111 101011

Color Harmonies of #D8056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8056D

Black with #D8056D

Text Example


Text Example

White with #D8056D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8056D; }

 p { color: rgb(216,5,109); }

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

background-color css

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

 a { background-color: rgb(216,5,109); }

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

border-color css

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

 span { border-color: rgb(216,5,109); }

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