Html Css Color HEX #D61A5B Ruby

📋 copy color: '#D61A5B'

red 214 ◦ green 26 ◦ blue 91

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

Shades of Ruby #D61A5B

Tints of Ruby #D61A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.49%

R = 64.65%
G = 7.85%
B = 27.49%

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

#D61A5B (or 0xD61A5B) is known color: Ruby. HEX triplet: D6, 1A and 5B. RGB value is (214,26,91). Sum of RGB (Red+Green+Blue) = 214+26+91=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 26 (10.55% from 255 or 7.85% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61A5B is #29E5A4. Grayscale: #595959. Windows color (decimal): -2745765 or 5970646. OLE color: 5970646.

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

Color convert

RGB 214 26 91 -
CMYK 0 0.88 0.57 0.16
HSL 339.26º 0.78% 0.47% -
HSV(B) 339.26º 0.88% 0.84% -
XYZ 29.99 15.79 11.36 -
YUV 89.62 128.78 216.71 -
System Red Green Blue C M Y K H S L
Decimal 214 26 91 0 0.88 0.57 0.16 339.26 0.78 0.47
Hex D6 1A 5B 0 58 39 10 153 4E 2F
Octal 326 32 133 0 130 71 20 523 116 57
Binary 11010110 11010 1011011 0 1011000 111001 10000 101010011 1001110 101111

Color Harmonies of #D61A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61A5B

Black with #D61A5B

Text Example


Text Example

White with #D61A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61A5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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