Html Css Color HEX #D61A64 Ruby

📋 copy color: '#D61A64'

red 214 ◦ green 26 ◦ blue 100

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

Shades of Ruby #D61A64

Tints of Ruby #D61A64

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.65%

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

R = 62.94%
G = 7.65%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D61A64 (or 0xD61A64) is known color: Ruby. HEX triplet: D6, 1A and 64. RGB value is (214,26,100). Sum of RGB (Red+Green+Blue) = 214+26+100=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 26 (10.55% from 255 or 7.65% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61A64 is #29E59B. Grayscale: #5A5A5A. Windows color (decimal): -2745756 or 6560470. OLE color: 6560470.

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

Color convert

RGB 214 26 100 -
CMYK 0 0.88 0.53 0.16
HSL 336.38º 0.78% 0.47% -
HSV(B) 336.38º 0.88% 0.84% -
XYZ 30.4 15.96 13.53 -
YUV 90.65 133.28 215.98 -
System Red Green Blue C M Y K H S L
Decimal 214 26 100 0 0.88 0.53 0.16 336.38 0.78 0.47
Hex D6 1A 64 0 58 35 10 150 4E 2F
Octal 326 32 144 0 130 65 20 520 116 57
Binary 11010110 11010 1100100 0 1011000 110101 10000 101010000 1001110 101111

Color Harmonies of #D61A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61A64

Black with #D61A64

Text Example


Text Example

White with #D61A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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