Html Css Color HEX #D8066B Ruby

📋 copy color: '#D8066B'

red 216 ◦ green 6 ◦ blue 107

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

Shades of Ruby #D8066B

Tints of Ruby #D8066B

RGB

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

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

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

R = 65.65%
G = 1.82%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8066B (or 0xD8066B) is known color: Ruby. HEX triplet: D8, 06 and 6B. RGB value is (216,6,107). Sum of RGB (Red+Green+Blue) = 216+6+107=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 6 (2.73% from 255 or 1.82% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D8066B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8066B is #27F994. Grayscale: #505050. Windows color (decimal): -2619797 or 7014104. OLE color: 7014104.

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

Color convert

RGB 216 6 107 -
CMYK 0 0.97 0.50 0.15
HSL 331.14º 0.95% 0.44% -
HSV(B) 331.14º 0.97% 0.85% -
XYZ 31.04 15.79 15.32 -
YUV 80.3 143.07 224.79 -
System Red Green Blue C M Y K H S L
Decimal 216 6 107 0 0.97 0.50 0.15 331.14 0.95 0.44
Hex D8 6 6B 0 61 32 F 14B 5F 2C
Octal 330 6 153 0 141 62 17 513 137 54
Binary 11011000 110 1101011 0 1100001 110010 1111 101001011 1011111 101100

Color Harmonies of #D8066B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8066B

Black with #D8066B

Text Example


Text Example

White with #D8066B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8066B; }

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

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

background-color css

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

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

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

border-color css

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

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

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