Html Css Color HEX #D60E6F Ruby

📋 copy color: '#D60E6F'

red 214 ◦ green 14 ◦ blue 111

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

Shades of Ruby #D60E6F

Tints of Ruby #D60E6F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.13%

 BLUE value IS 111 (43.75% from 255) = 32.74%

R = 63.13%
G = 4.13%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D60E6F (or 0xD60E6F) is known color: Ruby. HEX triplet: D6, 0E and 6F. RGB value is (214,14,111). Sum of RGB (Red+Green+Blue) = 214+14+111=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 14 (5.86% from 255 or 4.13% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D60E6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60E6F is #29F190. Grayscale: #545454. Windows color (decimal): -2748817 or 7278294. OLE color: 7278294.

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

Color convert

RGB 214 14 111 -
CMYK 0 0.93 0.48 0.16
HSL 330.9º 0.88% 0.45% -
HSV(B) 330.9º 0.93% 0.84% -
XYZ 30.76 15.76 16.46 -
YUV 84.86 142.76 220.11 -
System Red Green Blue C M Y K H S L
Decimal 214 14 111 0 0.93 0.48 0.16 330.9 0.88 0.45
Hex D6 E 6F 0 5D 30 10 14B 58 2D
Octal 326 16 157 0 135 60 20 513 130 55
Binary 11010110 1110 1101111 0 1011101 110000 10000 101001011 1011000 101101

Color Harmonies of #D60E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60E6F

Black with #D60E6F

Text Example


Text Example

White with #D60E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60E6F; }

 p { color: rgb(214,14,111); }

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

background-color css

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

 a { background-color: rgb(214,14,111); }

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

border-color css

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

 span { border-color: rgb(214,14,111); }

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