Html Css Color HEX #D71B70 Ruby

📋 copy color: '#D71B70'

red 215 ◦ green 27 ◦ blue 112

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

Shades of Ruby #D71B70

Tints of Ruby #D71B70

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.63%

 BLUE value IS 112 (44.14% from 255) = 31.64%

R = 60.73%
G = 7.63%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D71B70 (or 0xD71B70) is known color: Ruby. HEX triplet: D7, 1B and 70. RGB value is (215,27,112). Sum of RGB (Red+Green+Blue) = 215+27+112=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 27 (10.94% from 255 or 7.63% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D71B70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71B70 is #28E48F. Grayscale: #5C5C5C. Windows color (decimal): -2679952 or 7347159. OLE color: 7347159.

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

Color convert

RGB 215 27 112 -
CMYK 0 0.87 0.48 0.16
HSL 332.87º 0.78% 0.47% -
HSV(B) 332.87º 0.87% 0.84% -
XYZ 31.34 16.4 16.84 -
YUV 92.9 138.78 215.09 -
System Red Green Blue C M Y K H S L
Decimal 215 27 112 0 0.87 0.48 0.16 332.87 0.78 0.47
Hex D7 1B 70 0 57 30 10 14D 4E 2F
Octal 327 33 160 0 127 60 20 515 116 57
Binary 11010111 11011 1110000 0 1010111 110000 10000 101001101 1001110 101111

Color Harmonies of #D71B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71B70

Black with #D71B70

Text Example


Text Example

White with #D71B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71B70; }

 p { color: rgb(215,27,112); }

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

background-color css

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

 a { background-color: rgb(215,27,112); }

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

border-color css

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

 span { border-color: rgb(215,27,112); }

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