Html Css Color HEX #D71A5A Ruby

📋 copy color: '#D71A5A'

red 215 ◦ green 26 ◦ blue 90

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

Shades of Ruby #D71A5A

Tints of Ruby #D71A5A

RGB

 RED value IS 215 (84.38% from 255) = 64.95%

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

 BLUE value IS 90 (35.55% from 255) = 27.19%

R = 64.95%
G = 7.85%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D71A5A (or 0xD71A5A) is known color: Ruby. HEX triplet: D7, 1A and 5A. RGB value is (215,26,90). Sum of RGB (Red+Green+Blue) = 215+26+90=331 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.95% from 331); Green value is 26 (10.55% from 255 or 7.85% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 215 - color contains mainly: red. Hex color #D71A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71A5A is #28E5A5. Grayscale: #595959. Windows color (decimal): -2680230 or 5905111. OLE color: 5905111.

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

Color convert

RGB 215 26 90 -
CMYK 0 0.88 0.58 0.16
HSL 339.68º 0.78% 0.47% -
HSV(B) 339.68º 0.88% 0.84% -
XYZ 30.24 15.92 11.15 -
YUV 89.81 128.12 217.3 -
System Red Green Blue C M Y K H S L
Decimal 215 26 90 0 0.88 0.58 0.16 339.68 0.78 0.47
Hex D7 1A 5A 0 58 3A 10 154 4E 2F
Octal 327 32 132 0 130 72 20 524 116 57
Binary 11010111 11010 1011010 0 1011000 111010 10000 101010100 1001110 101111

Color Harmonies of #D71A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71A5A

Black with #D71A5A

Text Example


Text Example

White with #D71A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71A5A; }

 p { color: rgb(215,26,90); }

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

background-color css

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

 a { background-color: rgb(215,26,90); }

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

border-color css

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

 span { border-color: rgb(215,26,90); }

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