Html Css Color HEX #D60D64 Ruby

📋 copy color: '#D60D64'

red 214 ◦ green 13 ◦ blue 100

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

Shades of Ruby #D60D64

Tints of Ruby #D60D64

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.98%

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

R = 65.44%
G = 3.98%
B = 30.58%

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

#D60D64 (or 0xD60D64) is known color: Ruby. HEX triplet: D6, 0D and 64. RGB value is (214,13,100). Sum of RGB (Red+Green+Blue) = 214+13+100=327 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.44% from 327); Green value is 13 (5.47% from 255 or 3.98% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60D64 is #29F29B. Grayscale: #525252. Windows color (decimal): -2749084 or 6557142. OLE color: 6557142.

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

Color convert

RGB 214 13 100 -
CMYK 0 0.94 0.53 0.16
HSL 334.03º 0.89% 0.45% -
HSV(B) 334.03º 0.94% 0.84% -
XYZ 30.18 15.5 13.46 -
YUV 83.02 137.59 221.43 -
System Red Green Blue C M Y K H S L
Decimal 214 13 100 0 0.94 0.53 0.16 334.03 0.89 0.45
Hex D6 D 64 0 5E 35 10 14E 59 2D
Octal 326 15 144 0 136 65 20 516 131 55
Binary 11010110 1101 1100100 0 1011110 110101 10000 101001110 1011001 101101

Color Harmonies of #D60D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60D64

Black with #D60D64

Text Example


Text Example

White with #D60D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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