Html Css Color HEX #D60E64 Ruby

📋 copy color: '#D60E64'

red 214 ◦ green 14 ◦ blue 100

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

Shades of Ruby #D60E64

Tints of Ruby #D60E64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.49%

R = 65.24%
G = 4.27%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D60E64 (or 0xD60E64) is known color: Ruby. HEX triplet: D6, 0E and 64. RGB value is (214,14,100). Sum of RGB (Red+Green+Blue) = 214+14+100=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 14 (5.86% from 255 or 4.27% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D60E64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60E64 is #29F19B. Grayscale: #535353. Windows color (decimal): -2748828 or 6557398. OLE color: 6557398.

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

Color convert

RGB 214 14 100 -
CMYK 0 0.93 0.53 0.16
HSL 334.2º 0.88% 0.45% -
HSV(B) 334.2º 0.93% 0.84% -
XYZ 30.19 15.53 13.46 -
YUV 83.6 137.26 221.01 -
System Red Green Blue C M Y K H S L
Decimal 214 14 100 0 0.93 0.53 0.16 334.2 0.88 0.45
Hex D6 E 64 0 5D 35 10 14E 58 2D
Octal 326 16 144 0 135 65 20 516 130 55
Binary 11010110 1110 1100100 0 1011101 110101 10000 101001110 1011000 101101

Color Harmonies of #D60E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60E64

Black with #D60E64

Text Example


Text Example

White with #D60E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60E64; }

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

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

background-color css

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

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

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

border-color css

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

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

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