Html Css Color HEX #D60D6F Ruby

📋 copy color: '#D60D6F'

red 214 ◦ green 13 ◦ blue 111

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

Shades of Ruby #D60D6F

Tints of Ruby #D60D6F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.85%

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

R = 63.31%
G = 3.85%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D60D6F (or 0xD60D6F) is known color: Ruby. HEX triplet: D6, 0D and 6F. RGB value is (214,13,111). Sum of RGB (Red+Green+Blue) = 214+13+111=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 13 (5.47% from 255 or 3.85% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60D6F is #29F290. Grayscale: #545454. Windows color (decimal): -2749073 or 7278038. OLE color: 7278038.

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

Color convert

RGB 214 13 111 -
CMYK 0 0.94 0.48 0.16
HSL 330.75º 0.89% 0.45% -
HSV(B) 330.75º 0.94% 0.84% -
XYZ 30.74 15.73 16.46 -
YUV 84.27 143.09 220.53 -
System Red Green Blue C M Y K H S L
Decimal 214 13 111 0 0.94 0.48 0.16 330.75 0.89 0.45
Hex D6 D 6F 0 5E 30 10 14B 59 2D
Octal 326 15 157 0 136 60 20 513 131 55
Binary 11010110 1101 1101111 0 1011110 110000 10000 101001011 1011001 101101

Color Harmonies of #D60D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60D6F

Black with #D60D6F

Text Example


Text Example

White with #D60D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60D6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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