Html Css Color HEX #D7066B Ruby

📋 copy color: '#D7066B'

red 215 ◦ green 6 ◦ blue 107

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

Shades of Ruby #D7066B

Tints of Ruby #D7066B

RGB

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

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

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

R = 65.55%
G = 1.83%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D7066B (or 0xD7066B) is known color: Ruby. HEX triplet: D7, 06 and 6B. RGB value is (215,6,107). Sum of RGB (Red+Green+Blue) = 215+6+107=328 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.55% from 328); Green value is 6 (2.73% from 255 or 1.83% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 215 - color contains mainly: red. Hex color #D7066B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7066B is #28F994. Grayscale: #4F4F4F. Windows color (decimal): -2685333 or 7014103. OLE color: 7014103.

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

Color convert

RGB 215 6 107 -
CMYK 0 0.97 0.50 0.16
HSL 331º 0.95% 0.43% -
HSV(B) 331º 0.97% 0.84% -
XYZ 30.74 15.64 15.31 -
YUV 80.01 143.24 224.29 -
System Red Green Blue C M Y K H S L
Decimal 215 6 107 0 0.97 0.50 0.16 331 0.95 0.43
Hex D7 6 6B 0 61 32 10 14B 5F 2B
Octal 327 6 153 0 141 62 20 513 137 53
Binary 11010111 110 1101011 0 1100001 110010 10000 101001011 1011111 101011

Color Harmonies of #D7066B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7066B

Black with #D7066B

Text Example


Text Example

White with #D7066B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7066B; }

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

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

background-color css

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

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

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

border-color css

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

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

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