Html Css Color HEX #D71D72 Ruby

📋 copy color: '#D71D72'

red 215 ◦ green 29 ◦ blue 114

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

Shades of Ruby #D71D72

Tints of Ruby #D71D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.84%

R = 60.06%
G = 8.1%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D71D72 (or 0xD71D72) is known color: Ruby. HEX triplet: D7, 1D and 72. RGB value is (215,29,114). Sum of RGB (Red+Green+Blue) = 215+29+114=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 29 (11.72% from 255 or 8.10% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D71D72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71D72 is #28E28D. Grayscale: #5E5E5E. Windows color (decimal): -2679438 or 7478743. OLE color: 7478743.

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

Color convert

RGB 215 29 114 -
CMYK 0 0.87 0.47 0.16
HSL 332.58º 0.76% 0.48% -
HSV(B) 332.58º 0.87% 0.84% -
XYZ 31.5 16.54 17.45 -
YUV 94.3 139.12 214.09 -
System Red Green Blue C M Y K H S L
Decimal 215 29 114 0 0.87 0.47 0.16 332.58 0.76 0.48
Hex D7 1D 72 0 57 2F 10 14D 4C 30
Octal 327 35 162 0 127 57 20 515 114 60
Binary 11010111 11101 1110010 0 1010111 101111 10000 101001101 1001100 110000

Color Harmonies of #D71D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71D72

Black with #D71D72

Text Example


Text Example

White with #D71D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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