Html Css Color HEX #D81662 Ruby

📋 copy color: '#D81662'

red 216 ◦ green 22 ◦ blue 98

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

Shades of Ruby #D81662

Tints of Ruby #D81662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.17%

R = 64.29%
G = 6.55%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D81662 (or 0xD81662) is known color: Ruby. HEX triplet: D8, 16 and 62. RGB value is (216,22,98). Sum of RGB (Red+Green+Blue) = 216+22+98=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D81662 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81662 is #27E99D. Grayscale: #585858. Windows color (decimal): -2615710 or 6428376. OLE color: 6428376.

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

Color convert

RGB 216 22 98 -
CMYK 0 0.90 0.55 0.15
HSL 336.49º 0.82% 0.47% -
HSV(B) 336.49º 0.9% 0.85% -
XYZ 30.81 16.05 13.03 -
YUV 88.67 133.27 218.82 -
System Red Green Blue C M Y K H S L
Decimal 216 22 98 0 0.90 0.55 0.15 336.49 0.82 0.47
Hex D8 16 62 0 5A 37 F 150 52 2F
Octal 330 26 142 0 132 67 17 520 122 57
Binary 11011000 10110 1100010 0 1011010 110111 1111 101010000 1010010 101111

Color Harmonies of #D81662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81662

Black with #D81662

Text Example


Text Example

White with #D81662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81662; }

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

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

background-color css

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

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

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

border-color css

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

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

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