Html Css Color HEX #D71C73 Ruby

📋 copy color: '#D71C73'

red 215 ◦ green 28 ◦ blue 115

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

Shades of Ruby #D71C73

Tints of Ruby #D71C73

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.82%

 BLUE value IS 115 (45.31% from 255) = 32.12%

R = 60.06%
G = 7.82%
B = 32.12%

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

#D71C73 (or 0xD71C73) is known color: Ruby. HEX triplet: D7, 1C and 73. RGB value is (215,28,115). Sum of RGB (Red+Green+Blue) = 215+28+115=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 28 (11.33% from 255 or 7.82% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D71C73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71C73 is #28E38C. Grayscale: #5D5D5D. Windows color (decimal): -2679693 or 7544023. OLE color: 7544023.

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

Color convert

RGB 215 28 115 -
CMYK 0 0.87 0.47 0.16
HSL 332.09º 0.77% 0.48% -
HSV(B) 332.09º 0.87% 0.84% -
XYZ 31.53 16.52 17.75 -
YUV 93.83 139.95 214.43 -
System Red Green Blue C M Y K H S L
Decimal 215 28 115 0 0.87 0.47 0.16 332.09 0.77 0.48
Hex D7 1C 73 0 57 2F 10 14C 4D 30
Octal 327 34 163 0 127 57 20 514 115 60
Binary 11010111 11100 1110011 0 1010111 101111 10000 101001100 1001101 110000

Color Harmonies of #D71C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71C73

Black with #D71C73

Text Example


Text Example

White with #D71C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71C73; }

 p { color: rgb(215,28,115); }

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

background-color css

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

 a { background-color: rgb(215,28,115); }

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

border-color css

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

 span { border-color: rgb(215,28,115); }

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