Html Css Color HEX #D8066A Ruby

📋 copy color: '#D8066A'

red 216 ◦ green 6 ◦ blue 106

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

Shades of Ruby #D8066A

Tints of Ruby #D8066A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.32%

R = 65.85%
G = 1.83%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D8066A (or 0xD8066A) is known color: Ruby. HEX triplet: D8, 06 and 6A. RGB value is (216,6,106). Sum of RGB (Red+Green+Blue) = 216+6+106=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 6 (2.73% from 255 or 1.83% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D8066A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8066A is #27F995. Grayscale: #505050. Windows color (decimal): -2619798 or 6948568. OLE color: 6948568.

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

Color convert

RGB 216 6 106 -
CMYK 0 0.97 0.51 0.15
HSL 331.43º 0.95% 0.44% -
HSV(B) 331.43º 0.97% 0.85% -
XYZ 30.99 15.77 15.05 -
YUV 80.19 142.57 224.87 -
System Red Green Blue C M Y K H S L
Decimal 216 6 106 0 0.97 0.51 0.15 331.43 0.95 0.44
Hex D8 6 6A 0 61 33 F 14B 5F 2C
Octal 330 6 152 0 141 63 17 513 137 54
Binary 11011000 110 1101010 0 1100001 110011 1111 101001011 1011111 101100

Color Harmonies of #D8066A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8066A

Black with #D8066A

Text Example


Text Example

White with #D8066A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8066A; }

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

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

background-color css

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

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

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

border-color css

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

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

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