Html Css Color HEX #D8056B Ruby

📋 copy color: '#D8056B'

red 216 ◦ green 5 ◦ blue 107

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

Shades of Ruby #D8056B

Tints of Ruby #D8056B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.62%

R = 65.85%
G = 1.52%
B = 32.62%

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

#D8056B (or 0xD8056B) is known color: Ruby. HEX triplet: D8, 05 and 6B. RGB value is (216,5,107). Sum of RGB (Red+Green+Blue) = 216+5+107=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D8056B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8056B is #27FA94. Grayscale: #4F4F4F. Windows color (decimal): -2620053 or 7013848. OLE color: 7013848.

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

Color convert

RGB 216 5 107 -
CMYK 0 0.98 0.50 0.15
HSL 331º 0.95% 0.43% -
HSV(B) 331º 0.98% 0.85% -
XYZ 31.03 15.77 15.32 -
YUV 79.72 143.4 225.21 -
System Red Green Blue C M Y K H S L
Decimal 216 5 107 0 0.98 0.50 0.15 331 0.95 0.43
Hex D8 5 6B 0 62 32 F 14B 5F 2B
Octal 330 5 153 0 142 62 17 513 137 53
Binary 11011000 101 1101011 0 1100010 110010 1111 101001011 1011111 101011

Color Harmonies of #D8056B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8056B

Black with #D8056B

Text Example


Text Example

White with #D8056B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8056B; }

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

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

background-color css

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

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

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

border-color css

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

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

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