Html Css Color HEX #D81665 Ruby

📋 copy color: '#D81665'

red 216 ◦ green 22 ◦ blue 101

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

Shades of Ruby #D81665

Tints of Ruby #D81665

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.49%

 BLUE value IS 101 (39.84% from 255) = 29.79%

R = 63.72%
G = 6.49%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D81665 (or 0xD81665) is known color: Ruby. HEX triplet: D8, 16 and 65. RGB value is (216,22,101). Sum of RGB (Red+Green+Blue) = 216+22+101=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D81665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81665 is #27E99A. Grayscale: #585858. Windows color (decimal): -2615707 or 6624984. OLE color: 6624984.

HSL color Cylindrical-coordinate representation of color #D81665: hue angle of 335.57º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D81665 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 22 101 -
CMYK 0 0.90 0.53 0.15
HSL 335.57º 0.82% 0.47% -
HSV(B) 335.57º 0.9% 0.85% -
XYZ 30.95 16.11 13.79 -
YUV 89.01 134.77 218.58 -
System Red Green Blue C M Y K H S L
Decimal 216 22 101 0 0.90 0.53 0.15 335.57 0.82 0.47
Hex D8 16 65 0 5A 35 F 150 52 2F
Octal 330 26 145 0 132 65 17 520 122 57
Binary 11011000 10110 1100101 0 1011010 110101 1111 101010000 1010010 101111

Color Harmonies of #D81665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81665

Black with #D81665

Text Example


Text Example

White with #D81665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81665; }

 p { color: rgb(216,22,101); }

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

background-color css

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

 a { background-color: rgb(216,22,101); }

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

border-color css

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

 span { border-color: rgb(216,22,101); }

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