Html Css Color HEX #D81764 Ruby

📋 copy color: '#D81764'

red 216 ◦ green 23 ◦ blue 100

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

Shades of Ruby #D81764

Tints of Ruby #D81764

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.78%

 BLUE value IS 100 (39.45% from 255) = 29.5%

R = 63.72%
G = 6.78%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D81764 (or 0xD81764) is known color: Ruby. HEX triplet: D8, 17 and 64. RGB value is (216,23,100). Sum of RGB (Red+Green+Blue) = 216+23+100=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D81764 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81764 is #27E89B. Grayscale: #595959. Windows color (decimal): -2615452 or 6559704. OLE color: 6559704.

HSL color Cylindrical-coordinate representation of color #D81764: hue angle of 336.06º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D81764 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 23 100 -
CMYK 0 0.89 0.54 0.15
HSL 336.06º 0.81% 0.47% -
HSV(B) 336.06º 0.89% 0.85% -
XYZ 30.93 16.13 13.54 -
YUV 89.49 133.94 218.24 -
System Red Green Blue C M Y K H S L
Decimal 216 23 100 0 0.89 0.54 0.15 336.06 0.81 0.47
Hex D8 17 64 0 59 36 F 150 51 2F
Octal 330 27 144 0 131 66 17 520 121 57
Binary 11011000 10111 1100100 0 1011001 110110 1111 101010000 1010001 101111

Color Harmonies of #D81764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81764

Black with #D81764

Text Example


Text Example

White with #D81764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81764; }

 p { color: rgb(216,23,100); }

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

background-color css

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

 a { background-color: rgb(216,23,100); }

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

border-color css

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

 span { border-color: rgb(216,23,100); }

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