Html Css Color HEX #D60C58 Ruby

📋 copy color: '#D60C58'

red 214 ◦ green 12 ◦ blue 88

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

Shades of Ruby #D60C58

Tints of Ruby #D60C58

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.82%

 BLUE value IS 88 (34.77% from 255) = 28.03%

R = 68.15%
G = 3.82%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D60C58 (or 0xD60C58) is known color: Ruby. HEX triplet: D6, 0C and 58. RGB value is (214,12,88). Sum of RGB (Red+Green+Blue) = 214+12+88=314 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.15% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60C58 is #29F3A7. Grayscale: #505050. Windows color (decimal): -2749352 or 5770454. OLE color: 5770454.

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

Color convert

RGB 214 12 88 -
CMYK 0 0.94 0.59 0.16
HSL 337.43º 0.89% 0.44% -
HSV(B) 337.43º 0.94% 0.84% -
XYZ 29.62 15.26 10.62 -
YUV 81.06 131.92 222.82 -
System Red Green Blue C M Y K H S L
Decimal 214 12 88 0 0.94 0.59 0.16 337.43 0.89 0.44
Hex D6 C 58 0 5E 3B 10 151 59 2C
Octal 326 14 130 0 136 73 20 521 131 54
Binary 11010110 1100 1011000 0 1011110 111011 10000 101010001 1011001 101100

Color Harmonies of #D60C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60C58

Black with #D60C58

Text Example


Text Example

White with #D60C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60C58; }

 p { color: rgb(214,12,88); }

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

background-color css

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

 a { background-color: rgb(214,12,88); }

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

border-color css

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

 span { border-color: rgb(214,12,88); }

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