Html Css Color HEX #D71A5C Ruby

📋 copy color: '#D71A5C'

red 215 ◦ green 26 ◦ blue 92

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

Shades of Ruby #D71A5C

Tints of Ruby #D71A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.63%

R = 64.56%
G = 7.81%
B = 27.63%

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

#D71A5C (or 0xD71A5C) is known color: Ruby. HEX triplet: D7, 1A and 5C. RGB value is (215,26,92). Sum of RGB (Red+Green+Blue) = 215+26+92=333 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.56% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 215 - color contains mainly: red. Hex color #D71A5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71A5C is #28E5A3. Grayscale: #595959. Windows color (decimal): -2680228 or 6036183. OLE color: 6036183.

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

Color convert

RGB 215 26 92 -
CMYK 0 0.88 0.57 0.16
HSL 339.05º 0.78% 0.47% -
HSV(B) 339.05º 0.88% 0.84% -
XYZ 30.33 15.96 11.61 -
YUV 90.04 129.12 217.13 -
System Red Green Blue C M Y K H S L
Decimal 215 26 92 0 0.88 0.57 0.16 339.05 0.78 0.47
Hex D7 1A 5C 0 58 39 10 153 4E 2F
Octal 327 32 134 0 130 71 20 523 116 57
Binary 11010111 11010 1011100 0 1011000 111001 10000 101010011 1001110 101111

Color Harmonies of #D71A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71A5C

Black with #D71A5C

Text Example


Text Example

White with #D71A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71A5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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