Html Css Color HEX #D60F60 Ruby

📋 copy color: '#D60F60'

red 214 ◦ green 15 ◦ blue 96

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

Shades of Ruby #D60F60

Tints of Ruby #D60F60

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.62%

 BLUE value IS 96 (37.89% from 255) = 29.54%

R = 65.85%
G = 4.62%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D60F60 (or 0xD60F60) is known color: Ruby. HEX triplet: D6, 0F and 60. RGB value is (214,15,96). Sum of RGB (Red+Green+Blue) = 214+15+96=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D60F60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60F60 is #29F09F. Grayscale: #535353. Windows color (decimal): -2748576 or 6295510. OLE color: 6295510.

HSL color Cylindrical-coordinate representation of color #D60F60: hue angle of 335.58º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D60F60 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 15 96 -
CMYK 0 0.93 0.55 0.16
HSL 335.58º 0.87% 0.45% -
HSV(B) 335.58º 0.93% 0.84% -
XYZ 30.01 15.48 12.47 -
YUV 83.74 134.93 220.91 -
System Red Green Blue C M Y K H S L
Decimal 214 15 96 0 0.93 0.55 0.16 335.58 0.87 0.45
Hex D6 F 60 0 5D 37 10 150 57 2D
Octal 326 17 140 0 135 67 20 520 127 55
Binary 11010110 1111 1100000 0 1011101 110111 10000 101010000 1010111 101101

Color Harmonies of #D60F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60F60

Black with #D60F60

Text Example


Text Example

White with #D60F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60F60; }

 p { color: rgb(214,15,96); }

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

background-color css

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

 a { background-color: rgb(214,15,96); }

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

border-color css

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

 span { border-color: rgb(214,15,96); }

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