Html Css Color HEX #D80E6C Ruby

📋 copy color: '#D80E6C'

red 216 ◦ green 14 ◦ blue 108

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

Shades of Ruby #D80E6C

Tints of Ruby #D80E6C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.14%

 BLUE value IS 108 (42.58% from 255) = 31.95%

R = 63.91%
G = 4.14%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D80E6C (or 0xD80E6C) is known color: Ruby. HEX triplet: D8, 0E and 6C. RGB value is (216,14,108). Sum of RGB (Red+Green+Blue) = 216+14+108=338 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.91% from 338); Green value is 14 (5.86% from 255 or 4.14% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 216 - color contains mainly: red. Hex color #D80E6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80E6C is #27F193. Grayscale: #545454. Windows color (decimal): -2617748 or 7081688. OLE color: 7081688.

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

Color convert

RGB 216 14 108 -
CMYK 0 0.94 0.50 0.15
HSL 332.08º 0.88% 0.45% -
HSV(B) 332.08º 0.94% 0.85% -
XYZ 31.18 16 15.63 -
YUV 85.11 140.92 221.36 -
System Red Green Blue C M Y K H S L
Decimal 216 14 108 0 0.94 0.50 0.15 332.08 0.88 0.45
Hex D8 E 6C 0 5E 32 F 14C 58 2D
Octal 330 16 154 0 136 62 17 514 130 55
Binary 11011000 1110 1101100 0 1011110 110010 1111 101001100 1011000 101101

Color Harmonies of #D80E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80E6C

Black with #D80E6C

Text Example


Text Example

White with #D80E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80E6C; }

 p { color: rgb(216,14,108); }

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

background-color css

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

 a { background-color: rgb(216,14,108); }

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

border-color css

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

 span { border-color: rgb(216,14,108); }

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