Html Css Color HEX #D71073 Ruby

📋 copy color: '#D71073'

red 215 ◦ green 16 ◦ blue 115

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

Shades of Ruby #D71073

Tints of Ruby #D71073

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.62%

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

R = 62.14%
G = 4.62%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D71073 (or 0xD71073) is known color: Ruby. HEX triplet: D7, 10 and 73. RGB value is (215,16,115). Sum of RGB (Red+Green+Blue) = 215+16+115=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D71073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71073 is #28EF8C. Grayscale: #565656. Windows color (decimal): -2682765 or 7540951. OLE color: 7540951.

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

Color convert

RGB 215 16 115 -
CMYK 0 0.93 0.47 0.16
HSL 330.15º 0.86% 0.45% -
HSV(B) 330.15º 0.93% 0.84% -
XYZ 31.3 16.06 17.67 -
YUV 86.79 143.93 219.45 -
System Red Green Blue C M Y K H S L
Decimal 215 16 115 0 0.93 0.47 0.16 330.15 0.86 0.45
Hex D7 10 73 0 5D 2F 10 14A 56 2D
Octal 327 20 163 0 135 57 20 512 126 55
Binary 11010111 10000 1110011 0 1011101 101111 10000 101001010 1010110 101101

Color Harmonies of #D71073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71073

Black with #D71073

Text Example


Text Example

White with #D71073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71073; }

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

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

background-color css

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

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

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

border-color css

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

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

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