Html Css Color HEX #D80E6A Ruby

📋 copy color: '#D80E6A'

red 216 ◦ green 14 ◦ blue 106

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

Shades of Ruby #D80E6A

Tints of Ruby #D80E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.55%

R = 64.29%
G = 4.17%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D80E6A (or 0xD80E6A) is known color: Ruby. HEX triplet: D8, 0E and 6A. RGB value is (216,14,106). Sum of RGB (Red+Green+Blue) = 216+14+106=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D80E6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80E6A is #27F195. Grayscale: #545454. Windows color (decimal): -2617750 or 6950616. OLE color: 6950616.

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

Color convert

RGB 216 14 106 -
CMYK 0 0.94 0.51 0.15
HSL 332.67º 0.88% 0.45% -
HSV(B) 332.67º 0.94% 0.85% -
XYZ 31.08 15.95 15.08 -
YUV 84.89 139.92 221.52 -
System Red Green Blue C M Y K H S L
Decimal 216 14 106 0 0.94 0.51 0.15 332.67 0.88 0.45
Hex D8 E 6A 0 5E 33 F 14D 58 2D
Octal 330 16 152 0 136 63 17 515 130 55
Binary 11011000 1110 1101010 0 1011110 110011 1111 101001101 1011000 101101

Color Harmonies of #D80E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80E6A

Black with #D80E6A

Text Example


Text Example

White with #D80E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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