Html Css Color HEX #D80C6A Ruby

📋 copy color: '#D80C6A'

red 216 ◦ green 12 ◦ blue 106

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

Shades of Ruby #D80C6A

Tints of Ruby #D80C6A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.59%

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

R = 64.67%
G = 3.59%
B = 31.74%

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

#D80C6A (or 0xD80C6A) is known color: Ruby. HEX triplet: D8, 0C and 6A. RGB value is (216,12,106). Sum of RGB (Red+Green+Blue) = 216+12+106=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80C6A is #27F395. Grayscale: #535353. Windows color (decimal): -2618262 or 6950104. OLE color: 6950104.

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

Color convert

RGB 216 12 106 -
CMYK 0 0.94 0.51 0.15
HSL 332.35º 0.89% 0.45% -
HSV(B) 332.35º 0.94% 0.85% -
XYZ 31.05 15.9 15.07 -
YUV 83.71 140.59 222.36 -
System Red Green Blue C M Y K H S L
Decimal 216 12 106 0 0.94 0.51 0.15 332.35 0.89 0.45
Hex D8 C 6A 0 5E 33 F 14C 59 2D
Octal 330 14 152 0 136 63 17 514 131 55
Binary 11011000 1100 1101010 0 1011110 110011 1111 101001100 1011001 101101

Color Harmonies of #D80C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80C6A

Black with #D80C6A

Text Example


Text Example

White with #D80C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80C6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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