Html Css Color HEX #D71A6D Ruby

📋 copy color: '#D71A6D'

red 215 ◦ green 26 ◦ blue 109

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

Shades of Ruby #D71A6D

Tints of Ruby #D71A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.14%

R = 61.43%
G = 7.43%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D71A6D (or 0xD71A6D) is known color: Ruby. HEX triplet: D7, 1A and 6D. RGB value is (215,26,109). Sum of RGB (Red+Green+Blue) = 215+26+109=350 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.43% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 215 - color contains mainly: red. Hex color #D71A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71A6D is #28E592. Grayscale: #5B5B5B. Windows color (decimal): -2680211 or 7150295. OLE color: 7150295.

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

Color convert

RGB 215 26 109 -
CMYK 0 0.88 0.49 0.16
HSL 333.65º 0.78% 0.47% -
HSV(B) 333.65º 0.88% 0.84% -
XYZ 31.15 16.29 15.97 -
YUV 91.97 137.62 215.75 -
System Red Green Blue C M Y K H S L
Decimal 215 26 109 0 0.88 0.49 0.16 333.65 0.78 0.47
Hex D7 1A 6D 0 58 31 10 14E 4E 2F
Octal 327 32 155 0 130 61 20 516 116 57
Binary 11010111 11010 1101101 0 1011000 110001 10000 101001110 1001110 101111

Color Harmonies of #D71A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71A6D

Black with #D71A6D

Text Example


Text Example

White with #D71A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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