Html Css Color HEX #D71B59 Ruby

📋 copy color: '#D71B59'

red 215 ◦ green 27 ◦ blue 89

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

Shades of Ruby #D71B59

Tints of Ruby #D71B59

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.16%

 BLUE value IS 89 (35.16% from 255) = 26.89%

R = 64.95%
G = 8.16%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D71B59 (or 0xD71B59) is known color: Ruby. HEX triplet: D7, 1B and 59. RGB value is (215,27,89). Sum of RGB (Red+Green+Blue) = 215+27+89=331 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.95% from 331); Green value is 27 (10.94% from 255 or 8.16% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 215 - color contains mainly: red. Hex color #D71B59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71B59 is #28E4A6. Grayscale: #5A5A5A. Windows color (decimal): -2679975 or 5839831. OLE color: 5839831.

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

Color convert

RGB 215 27 89 -
CMYK 0 0.87 0.59 0.16
HSL 340.21º 0.78% 0.47% -
HSV(B) 340.21º 0.87% 0.84% -
XYZ 30.22 15.95 10.94 -
YUV 90.28 127.28 216.96 -
System Red Green Blue C M Y K H S L
Decimal 215 27 89 0 0.87 0.59 0.16 340.21 0.78 0.47
Hex D7 1B 59 0 57 3B 10 154 4E 2F
Octal 327 33 131 0 127 73 20 524 116 57
Binary 11010111 11011 1011001 0 1010111 111011 10000 101010100 1001110 101111

Color Harmonies of #D71B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71B59

Black with #D71B59

Text Example


Text Example

White with #D71B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71B59; }

 p { color: rgb(215,27,89); }

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

background-color css

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

 a { background-color: rgb(215,27,89); }

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

border-color css

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

 span { border-color: rgb(215,27,89); }

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