Html Css Color HEX #D71D65 Ruby

📋 copy color: '#D71D65'

red 215 ◦ green 29 ◦ blue 101

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

Shades of Ruby #D71D65

Tints of Ruby #D71D65

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.41%

 BLUE value IS 101 (39.84% from 255) = 29.28%

R = 62.32%
G = 8.41%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D71D65 (or 0xD71D65) is known color: Ruby. HEX triplet: D7, 1D and 65. RGB value is (215,29,101). Sum of RGB (Red+Green+Blue) = 215+29+101=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D71D65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71D65 is #28E29A. Grayscale: #5C5C5C. Windows color (decimal): -2679451 or 6626775. OLE color: 6626775.

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

Color convert

RGB 215 29 101 -
CMYK 0 0.87 0.53 0.16
HSL 336.77º 0.76% 0.48% -
HSV(B) 336.77º 0.87% 0.84% -
XYZ 30.81 16.27 13.83 -
YUV 92.82 132.62 215.15 -
System Red Green Blue C M Y K H S L
Decimal 215 29 101 0 0.87 0.53 0.16 336.77 0.76 0.48
Hex D7 1D 65 0 57 35 10 151 4C 30
Octal 327 35 145 0 127 65 20 521 114 60
Binary 11010111 11101 1100101 0 1010111 110101 10000 101010001 1001100 110000

Color Harmonies of #D71D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71D65

Black with #D71D65

Text Example


Text Example

White with #D71D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71D65; }

 p { color: rgb(215,29,101); }

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

background-color css

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

 a { background-color: rgb(215,29,101); }

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

border-color css

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

 span { border-color: rgb(215,29,101); }

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