Html Css Color HEX #D81F70 Ruby

📋 copy color: '#D81F70'

red 216 ◦ green 31 ◦ blue 112

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

Shades of Ruby #D81F70

Tints of Ruby #D81F70

RGB

 RED value IS 216 (84.77% from 255) = 60.17%

 GREEN value IS 31 (12.5% from 255) = 8.64%

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

R = 60.17%
G = 8.64%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D81F70 (or 0xD81F70) is known color: Ruby. HEX triplet: D8, 1F and 70. RGB value is (216,31,112). Sum of RGB (Red+Green+Blue) = 216+31+112=359 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.17% from 359); Green value is 31 (12.5% from 255 or 8.64% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 216 - color contains mainly: red. Hex color #D81F70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81F70 is #27E08F. Grayscale: #5F5F5F. Windows color (decimal): -2613392 or 7348184. OLE color: 7348184.

HSL color Cylindrical-coordinate representation of color #D81F70: hue angle of 333.73º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D81F70 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 31 112 -
CMYK 0 0.86 0.48 0.15
HSL 333.73º 0.75% 0.48% -
HSV(B) 333.73º 0.86% 0.85% -
XYZ 31.73 16.75 16.89 -
YUV 95.55 137.29 213.91 -
System Red Green Blue C M Y K H S L
Decimal 216 31 112 0 0.86 0.48 0.15 333.73 0.75 0.48
Hex D8 1F 70 0 56 30 F 14E 4B 30
Octal 330 37 160 0 126 60 17 516 113 60
Binary 11011000 11111 1110000 0 1010110 110000 1111 101001110 1001011 110000

Color Harmonies of #D81F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81F70

Black with #D81F70

Text Example


Text Example

White with #D81F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81F70; }

 p { color: rgb(216,31,112); }

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

background-color css

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

 a { background-color: rgb(216,31,112); }

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

border-color css

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

 span { border-color: rgb(216,31,112); }

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