Html Css Color HEX #D60C64 Ruby

📋 copy color: '#D60C64'

red 214 ◦ green 12 ◦ blue 100

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

Shades of Ruby #D60C64

Tints of Ruby #D60C64

RGB

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

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

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

R = 65.64%
G = 3.68%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D60C64 (or 0xD60C64) is known color: Ruby. HEX triplet: D6, 0C and 64. RGB value is (214,12,100). Sum of RGB (Red+Green+Blue) = 214+12+100=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60C64 is #29F39B. Grayscale: #525252. Windows color (decimal): -2749340 or 6556886. OLE color: 6556886.

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

Color convert

RGB 214 12 100 -
CMYK 0 0.94 0.53 0.16
HSL 333.86º 0.89% 0.44% -
HSV(B) 333.86º 0.94% 0.84% -
XYZ 30.16 15.48 13.45 -
YUV 82.43 137.92 221.84 -
System Red Green Blue C M Y K H S L
Decimal 214 12 100 0 0.94 0.53 0.16 333.86 0.89 0.44
Hex D6 C 64 0 5E 35 10 14E 59 2C
Octal 326 14 144 0 136 65 20 516 131 54
Binary 11010110 1100 1100100 0 1011110 110101 10000 101001110 1011001 101100

Color Harmonies of #D60C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60C64

Black with #D60C64

Text Example


Text Example

White with #D60C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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