Html Css Color HEX #D70071 Ruby

📋 copy color: '#D70071'

red 215 ◦ green 0 ◦ blue 113

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

Shades of Ruby #D70071

Tints of Ruby #D70071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 113 (44.53% from 255) = 34.45%

R = 65.55%
G = 0%
B = 34.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D70071 (or 0xD70071) is known color: Ruby. HEX triplet: D7, 00 and 71. RGB value is (215,0,113). Sum of RGB (Red+Green+Blue) = 215+0+113=328 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.55% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 215 - color contains mainly: red. Hex color #D70071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70071 is #28FF8E. Grayscale: #4C4C4C. Windows color (decimal): -2686863 or 7405783. OLE color: 7405783.

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

Color convert

RGB 215 0 113 -
CMYK 0 1 0.47 0.16
HSL 328.47º 1% 0.42% -
HSV(B) 328.47º 1% 0.84% -
XYZ 31 15.64 17.01 -
YUV 77.17 148.23 226.31 -
System Red Green Blue C M Y K H S L
Decimal 215 0 113 0 1 0.47 0.16 328.47 1 0.42
Hex D7 0 71 0 64 2F 10 148 64 2A
Octal 327 0 161 0 144 57 20 510 144 52
Binary 11010111 0 1110001 0 1100100 101111 10000 101001000 1100100 101010

Color Harmonies of #D70071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70071

Black with #D70071

Text Example


Text Example

White with #D70071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70071; }

 p { color: rgb(215,0,113); }

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

background-color css

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

 a { background-color: rgb(215,0,113); }

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

border-color css

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

 span { border-color: rgb(215,0,113); }

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