Html Css Color HEX #D5066E Ruby

📋 copy color: '#D5066E'

red 213 ◦ green 6 ◦ blue 110

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

Shades of Ruby #D5066E

Tints of Ruby #D5066E

RGB

 RED value IS 213 (83.59% from 255) = 64.74%

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

 BLUE value IS 110 (43.36% from 255) = 33.43%

R = 64.74%
G = 1.82%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5066E (or 0xD5066E) is known color: Ruby. HEX triplet: D5, 06 and 6E. RGB value is (213,6,110). Sum of RGB (Red+Green+Blue) = 213+6+110=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 6 (2.73% from 255 or 1.82% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D5066E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5066E is #2AF991. Grayscale: #4F4F4F. Windows color (decimal): -2816402 or 7210709. OLE color: 7210709.

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

Color convert

RGB 213 6 110 -
CMYK 0 0.97 0.48 0.16
HSL 329.86º 0.95% 0.43% -
HSV(B) 329.86º 0.97% 0.84% -
XYZ 30.32 15.4 16.13 -
YUV 79.75 145.08 223.04 -
System Red Green Blue C M Y K H S L
Decimal 213 6 110 0 0.97 0.48 0.16 329.86 0.95 0.43
Hex D5 6 6E 0 61 30 10 14A 5F 2B
Octal 325 6 156 0 141 60 20 512 137 53
Binary 11010101 110 1101110 0 1100001 110000 10000 101001010 1011111 101011

Color Harmonies of #D5066E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5066E

Black with #D5066E

Text Example


Text Example

White with #D5066E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5066E; }

 p { color: rgb(213,6,110); }

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

background-color css

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

 a { background-color: rgb(213,6,110); }

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

border-color css

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

 span { border-color: rgb(213,6,110); }

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