Html Css Color HEX #D81964 Ruby

📋 copy color: '#D81964'

red 216 ◦ green 25 ◦ blue 100

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

Shades of Ruby #D81964

Tints of Ruby #D81964

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.33%

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

R = 63.34%
G = 7.33%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D81964 (or 0xD81964) is known color: Ruby. HEX triplet: D8, 19 and 64. RGB value is (216,25,100). Sum of RGB (Red+Green+Blue) = 216+25+100=341 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.34% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 216 - color contains mainly: red. Hex color #D81964 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81964 is #27E69B. Grayscale: #5A5A5A. Windows color (decimal): -2614940 or 6560216. OLE color: 6560216.

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

Color convert

RGB 216 25 100 -
CMYK 0 0.88 0.54 0.15
HSL 336.44º 0.79% 0.47% -
HSV(B) 336.44º 0.88% 0.85% -
XYZ 30.97 16.21 13.55 -
YUV 90.66 133.28 217.4 -
System Red Green Blue C M Y K H S L
Decimal 216 25 100 0 0.88 0.54 0.15 336.44 0.79 0.47
Hex D8 19 64 0 58 36 F 150 4F 2F
Octal 330 31 144 0 130 66 17 520 117 57
Binary 11011000 11001 1100100 0 1011000 110110 1111 101010000 1001111 101111

Color Harmonies of #D81964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81964

Black with #D81964

Text Example


Text Example

White with #D81964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81964; }

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

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

background-color css

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

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

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

border-color css

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

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

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