Html Css Color HEX #D61A5D Ruby

📋 copy color: '#D61A5D'

red 214 ◦ green 26 ◦ blue 93

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

Shades of Ruby #D61A5D

Tints of Ruby #D61A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.93%

R = 64.26%
G = 7.81%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D61A5D (or 0xD61A5D) is known color: Ruby. HEX triplet: D6, 1A and 5D. RGB value is (214,26,93). Sum of RGB (Red+Green+Blue) = 214+26+93=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61A5D is #29E5A2. Grayscale: #595959. Windows color (decimal): -2745763 or 6101718. OLE color: 6101718.

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

Color convert

RGB 214 26 93 -
CMYK 0 0.88 0.57 0.16
HSL 338.62º 0.78% 0.47% -
HSV(B) 338.62º 0.88% 0.84% -
XYZ 30.08 15.83 11.83 -
YUV 89.85 129.78 216.55 -
System Red Green Blue C M Y K H S L
Decimal 214 26 93 0 0.88 0.57 0.16 338.62 0.78 0.47
Hex D6 1A 5D 0 58 39 10 153 4E 2F
Octal 326 32 135 0 130 71 20 523 116 57
Binary 11010110 11010 1011101 0 1011000 111001 10000 101010011 1001110 101111

Color Harmonies of #D61A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61A5D

Black with #D61A5D

Text Example


Text Example

White with #D61A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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