Html Css Color HEX #D60A63 Ruby

📋 copy color: '#D60A63'

red 214 ◦ green 10 ◦ blue 99

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

Shades of Ruby #D60A63

Tints of Ruby #D60A63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.65%

R = 66.25%
G = 3.1%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D60A63 (or 0xD60A63) is known color: Ruby. HEX triplet: D6, 0A and 63. RGB value is (214,10,99). Sum of RGB (Red+Green+Blue) = 214+10+99=323 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.25% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 214 - color contains mainly: red. Hex color #D60A63 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60A63 is #29F59C. Grayscale: #505050. Windows color (decimal): -2749853 or 6490838. OLE color: 6490838.

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

Color convert

RGB 214 10 99 -
CMYK 0 0.95 0.54 0.16
HSL 333.82º 0.91% 0.44% -
HSV(B) 333.82º 0.95% 0.84% -
XYZ 30.09 15.41 13.19 -
YUV 81.14 138.09 222.76 -
System Red Green Blue C M Y K H S L
Decimal 214 10 99 0 0.95 0.54 0.16 333.82 0.91 0.44
Hex D6 A 63 0 5F 36 10 14E 5B 2C
Octal 326 12 143 0 137 66 20 516 133 54
Binary 11010110 1010 1100011 0 1011111 110110 10000 101001110 1011011 101100

Color Harmonies of #D60A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60A63

Black with #D60A63

Text Example


Text Example

White with #D60A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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