Html Css Color HEX #D8066F Ruby

📋 copy color: '#D8066F'

red 216 ◦ green 6 ◦ blue 111

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

Shades of Ruby #D8066F

Tints of Ruby #D8066F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.8%

 BLUE value IS 111 (43.75% from 255) = 33.33%

R = 64.86%
G = 1.8%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8066F (or 0xD8066F) is known color: Ruby. HEX triplet: D8, 06 and 6F. RGB value is (216,6,111). Sum of RGB (Red+Green+Blue) = 216+6+111=333 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.86% from 333); Green value is 6 (2.73% from 255 or 1.80% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 216 - color contains mainly: red. Hex color #D8066F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8066F is #27F990. Grayscale: #505050. Windows color (decimal): -2619793 or 7276248. OLE color: 7276248.

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

Color convert

RGB 216 6 111 -
CMYK 0 0.97 0.49 0.15
HSL 330º 0.95% 0.44% -
HSV(B) 330º 0.97% 0.85% -
XYZ 31.25 15.88 16.46 -
YUV 80.76 145.07 224.46 -
System Red Green Blue C M Y K H S L
Decimal 216 6 111 0 0.97 0.49 0.15 330 0.95 0.44
Hex D8 6 6F 0 61 31 F 14A 5F 2C
Octal 330 6 157 0 141 61 17 512 137 54
Binary 11011000 110 1101111 0 1100001 110001 1111 101001010 1011111 101100

Color Harmonies of #D8066F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8066F

Black with #D8066F

Text Example


Text Example

White with #D8066F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8066F; }

 p { color: rgb(216,6,111); }

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

background-color css

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

 a { background-color: rgb(216,6,111); }

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

border-color css

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

 span { border-color: rgb(216,6,111); }

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