Html Css Color HEX #D80F70 Ruby

📋 copy color: '#D80F70'

red 216 ◦ green 15 ◦ blue 112

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

Shades of Ruby #D80F70

Tints of Ruby #D80F70

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.37%

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

R = 62.97%
G = 4.37%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D80F70 (or 0xD80F70) is known color: Ruby. HEX triplet: D8, 0F and 70. RGB value is (216,15,112). Sum of RGB (Red+Green+Blue) = 216+15+112=343 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.97% from 343); Green value is 15 (6.25% from 255 or 4.37% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80F70 is #27F08F. Grayscale: #555555. Windows color (decimal): -2617488 or 7344088. OLE color: 7344088.

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

Color convert

RGB 216 15 112 -
CMYK 0 0.93 0.48 0.15
HSL 331.04º 0.87% 0.45% -
HSV(B) 331.04º 0.93% 0.85% -
XYZ 31.41 16.11 16.78 -
YUV 86.16 142.59 220.61 -
System Red Green Blue C M Y K H S L
Decimal 216 15 112 0 0.93 0.48 0.15 331.04 0.87 0.45
Hex D8 F 70 0 5D 30 F 14B 57 2D
Octal 330 17 160 0 135 60 17 513 127 55
Binary 11011000 1111 1110000 0 1011101 110000 1111 101001011 1010111 101101

Color Harmonies of #D80F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80F70

Black with #D80F70

Text Example


Text Example

White with #D80F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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