Html Css Color HEX #D80F6E Ruby

📋 copy color: '#D80F6E'

red 216 ◦ green 15 ◦ blue 110

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

Shades of Ruby #D80F6E

Tints of Ruby #D80F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.26%

R = 63.34%
G = 4.4%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D80F6E (or 0xD80F6E) is known color: Ruby. HEX triplet: D8, 0F and 6E. RGB value is (216,15,110). Sum of RGB (Red+Green+Blue) = 216+15+110=341 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.34% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80F6E is #27F091. Grayscale: #555555. Windows color (decimal): -2617490 or 7213016. OLE color: 7213016.

HSL color Cylindrical-coordinate representation of color #D80F6E: hue angle of 331.64º 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 #D80F6E is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 15 110 -
CMYK 0 0.93 0.49 0.15
HSL 331.64º 0.87% 0.45% -
HSV(B) 331.64º 0.93% 0.85% -
XYZ 31.3 16.07 16.2 -
YUV 85.93 141.59 220.78 -
System Red Green Blue C M Y K H S L
Decimal 216 15 110 0 0.93 0.49 0.15 331.64 0.87 0.45
Hex D8 F 6E 0 5D 31 F 14C 57 2D
Octal 330 17 156 0 135 61 17 514 127 55
Binary 11011000 1111 1101110 0 1011101 110001 1111 101001100 1010111 101101

Color Harmonies of #D80F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80F6E

Black with #D80F6E

Text Example


Text Example

White with #D80F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80F6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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