Html Css Color HEX #D60D6D Ruby

📋 copy color: '#D60D6D'

red 214 ◦ green 13 ◦ blue 109

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

Shades of Ruby #D60D6D

Tints of Ruby #D60D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.44%

R = 63.69%
G = 3.87%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D60D6D (or 0xD60D6D) is known color: Ruby. HEX triplet: D6, 0D and 6D. RGB value is (214,13,109). Sum of RGB (Red+Green+Blue) = 214+13+109=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60D6D is #29F292. Grayscale: #535353. Windows color (decimal): -2749075 or 7146966. OLE color: 7146966.

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

Color convert

RGB 214 13 109 -
CMYK 0 0.94 0.49 0.16
HSL 331.34º 0.89% 0.45% -
HSV(B) 331.34º 0.94% 0.84% -
XYZ 30.64 15.69 15.88 -
YUV 84.04 142.09 220.69 -
System Red Green Blue C M Y K H S L
Decimal 214 13 109 0 0.94 0.49 0.16 331.34 0.89 0.45
Hex D6 D 6D 0 5E 31 10 14B 59 2D
Octal 326 15 155 0 136 61 20 513 131 55
Binary 11010110 1101 1101101 0 1011110 110001 10000 101001011 1011001 101101

Color Harmonies of #D60D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60D6D

Black with #D60D6D

Text Example


Text Example

White with #D60D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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