Html Css Color HEX #D7066A Ruby

📋 copy color: '#D7066A'

red 215 ◦ green 6 ◦ blue 106

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

Shades of Ruby #D7066A

Tints of Ruby #D7066A

RGB

 RED value IS 215 (84.38% from 255) = 65.75%

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

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

R = 65.75%
G = 1.83%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D7066A (or 0xD7066A) is known color: Ruby. HEX triplet: D7, 06 and 6A. RGB value is (215,6,106). Sum of RGB (Red+Green+Blue) = 215+6+106=327 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.75% from 327); Green value is 6 (2.73% from 255 or 1.83% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 215 - color contains mainly: red. Hex color #D7066A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7066A is #28F995. Grayscale: #4F4F4F. Windows color (decimal): -2685334 or 6948567. OLE color: 6948567.

HSL color Cylindrical-coordinate representation of color #D7066A: hue angle of 331.29º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D7066A is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 6 106 -
CMYK 0 0.97 0.51 0.16
HSL 331.29º 0.95% 0.43% -
HSV(B) 331.29º 0.97% 0.84% -
XYZ 30.69 15.62 15.03 -
YUV 79.89 142.74 224.37 -
System Red Green Blue C M Y K H S L
Decimal 215 6 106 0 0.97 0.51 0.16 331.29 0.95 0.43
Hex D7 6 6A 0 61 33 10 14B 5F 2B
Octal 327 6 152 0 141 63 20 513 137 53
Binary 11010111 110 1101010 0 1100001 110011 10000 101001011 1011111 101011

Color Harmonies of #D7066A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7066A

Black with #D7066A

Text Example


Text Example

White with #D7066A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7066A; }

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

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

background-color css

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

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

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

border-color css

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

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

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