Html Css Color HEX #D81A6A Ruby

📋 copy color: '#D81A6A'

red 216 ◦ green 26 ◦ blue 106

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

Shades of Ruby #D81A6A

Tints of Ruby #D81A6A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.47%

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

R = 62.07%
G = 7.47%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D81A6A (or 0xD81A6A) is known color: Ruby. HEX triplet: D8, 1A and 6A. RGB value is (216,26,106). Sum of RGB (Red+Green+Blue) = 216+26+106=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81A6A is #27E595. Grayscale: #5B5B5B. Windows color (decimal): -2614678 or 6953688. OLE color: 6953688.

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

Color convert

RGB 216 26 106 -
CMYK 0 0.88 0.51 0.15
HSL 334.74º 0.79% 0.47% -
HSV(B) 334.74º 0.88% 0.85% -
XYZ 31.29 16.38 15.15 -
YUV 91.93 135.95 216.5 -
System Red Green Blue C M Y K H S L
Decimal 216 26 106 0 0.88 0.51 0.15 334.74 0.79 0.47
Hex D8 1A 6A 0 58 33 F 14F 4F 2F
Octal 330 32 152 0 130 63 17 517 117 57
Binary 11011000 11010 1101010 0 1011000 110011 1111 101001111 1001111 101111

Color Harmonies of #D81A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81A6A

Black with #D81A6A

Text Example


Text Example

White with #D81A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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