Html Css Color HEX #D60C6C Ruby

📋 copy color: '#D60C6C'

red 214 ◦ green 12 ◦ blue 108

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

Shades of Ruby #D60C6C

Tints of Ruby #D60C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.34%

R = 64.07%
G = 3.59%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D60C6C (or 0xD60C6C) is known color: Ruby. HEX triplet: D6, 0C and 6C. RGB value is (214,12,108). Sum of RGB (Red+Green+Blue) = 214+12+108=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60C6C is #29F393. Grayscale: #535353. Windows color (decimal): -2749332 or 7081174. OLE color: 7081174.

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

Color convert

RGB 214 12 108 -
CMYK 0 0.94 0.50 0.16
HSL 331.49º 0.89% 0.44% -
HSV(B) 331.49º 0.94% 0.84% -
XYZ 30.57 15.64 15.6 -
YUV 83.34 141.92 221.19 -
System Red Green Blue C M Y K H S L
Decimal 214 12 108 0 0.94 0.50 0.16 331.49 0.89 0.44
Hex D6 C 6C 0 5E 32 10 14B 59 2C
Octal 326 14 154 0 136 62 20 513 131 54
Binary 11010110 1100 1101100 0 1011110 110010 10000 101001011 1011001 101100

Color Harmonies of #D60C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60C6C

Black with #D60C6C

Text Example


Text Example

White with #D60C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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