Html Css Color HEX #D60F68 Ruby

📋 copy color: '#D60F68'

red 214 ◦ green 15 ◦ blue 104

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

Shades of Ruby #D60F68

Tints of Ruby #D60F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.23%

R = 64.26%
G = 4.5%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D60F68 (or 0xD60F68) is known color: Ruby. HEX triplet: D6, 0F and 68. RGB value is (214,15,104). Sum of RGB (Red+Green+Blue) = 214+15+104=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D60F68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60F68 is #29F097. Grayscale: #545454. Windows color (decimal): -2748568 or 6819798. OLE color: 6819798.

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

Color convert

RGB 214 15 104 -
CMYK 0 0.93 0.51 0.16
HSL 333.17º 0.87% 0.45% -
HSV(B) 333.17º 0.93% 0.84% -
XYZ 30.4 15.64 14.51 -
YUV 84.65 138.93 220.26 -
System Red Green Blue C M Y K H S L
Decimal 214 15 104 0 0.93 0.51 0.16 333.17 0.87 0.45
Hex D6 F 68 0 5D 33 10 14D 57 2D
Octal 326 17 150 0 135 63 20 515 127 55
Binary 11010110 1111 1101000 0 1011101 110011 10000 101001101 1010111 101101

Color Harmonies of #D60F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60F68

Black with #D60F68

Text Example


Text Example

White with #D60F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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