Html Css Color HEX #D71E72 Ruby

📋 copy color: '#D71E72'

red 215 ◦ green 30 ◦ blue 114

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

Shades of Ruby #D71E72

Tints of Ruby #D71E72

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.36%

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

R = 59.89%
G = 8.36%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D71E72 (or 0xD71E72) is known color: Ruby. HEX triplet: D7, 1E and 72. RGB value is (215,30,114). Sum of RGB (Red+Green+Blue) = 215+30+114=359 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.89% from 359); Green value is 30 (12.11% from 255 or 8.36% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71E72 is #28E18D. Grayscale: #5E5E5E. Windows color (decimal): -2679182 or 7478999. OLE color: 7478999.

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

Color convert

RGB 215 30 114 -
CMYK 0 0.86 0.47 0.16
HSL 332.76º 0.76% 0.48% -
HSV(B) 332.76º 0.86% 0.84% -
XYZ 31.53 16.59 17.46 -
YUV 94.89 138.79 213.67 -
System Red Green Blue C M Y K H S L
Decimal 215 30 114 0 0.86 0.47 0.16 332.76 0.76 0.48
Hex D7 1E 72 0 56 2F 10 14D 4C 30
Octal 327 36 162 0 126 57 20 515 114 60
Binary 11010111 11110 1110010 0 1010110 101111 10000 101001101 1001100 110000

Color Harmonies of #D71E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71E72

Black with #D71E72

Text Example


Text Example

White with #D71E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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