Html Css Color HEX #D60A5A Ruby

📋 copy color: '#D60A5A'

red 214 ◦ green 10 ◦ blue 90

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

Shades of Ruby #D60A5A

Tints of Ruby #D60A5A

RGB

 RED value IS 214 (83.98% from 255) = 68.15%

 GREEN value IS 10 (4.3% from 255) = 3.18%

 BLUE value IS 90 (35.55% from 255) = 28.66%

R = 68.15%
G = 3.18%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D60A5A (or 0xD60A5A) is known color: Ruby. HEX triplet: D6, 0A and 5A. RGB value is (214,10,90). Sum of RGB (Red+Green+Blue) = 214+10+90=314 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.15% from 314); Green value is 10 (4.30% from 255 or 3.18% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 214 - color contains mainly: red. Hex color #D60A5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60A5A is #29F5A5. Grayscale: #505050. Windows color (decimal): -2749862 or 5901014. OLE color: 5901014.

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

Color convert

RGB 214 10 90 -
CMYK 0 0.95 0.58 0.16
HSL 336.47º 0.91% 0.44% -
HSV(B) 336.47º 0.95% 0.84% -
XYZ 29.69 15.25 11.05 -
YUV 80.12 133.59 223.5 -
System Red Green Blue C M Y K H S L
Decimal 214 10 90 0 0.95 0.58 0.16 336.47 0.91 0.44
Hex D6 A 5A 0 5F 3A 10 150 5B 2C
Octal 326 12 132 0 137 72 20 520 133 54
Binary 11010110 1010 1011010 0 1011111 111010 10000 101010000 1011011 101100

Color Harmonies of #D60A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60A5A

Black with #D60A5A

Text Example


Text Example

White with #D60A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60A5A; }

 p { color: rgb(214,10,90); }

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

background-color css

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

 a { background-color: rgb(214,10,90); }

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

border-color css

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

 span { border-color: rgb(214,10,90); }

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