Html Css Color HEX #D81C6B Ruby

📋 copy color: '#D81C6B'

red 216 ◦ green 28 ◦ blue 107

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

Shades of Ruby #D81C6B

Tints of Ruby #D81C6B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.98%

 BLUE value IS 107 (42.19% from 255) = 30.48%

R = 61.54%
G = 7.98%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D81C6B (or 0xD81C6B) is known color: Ruby. HEX triplet: D8, 1C and 6B. RGB value is (216,28,107). Sum of RGB (Red+Green+Blue) = 216+28+107=351 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.54% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 216 - color contains mainly: red. Hex color #D81C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81C6B is #27E394. Grayscale: #5D5D5D. Windows color (decimal): -2614165 or 7019736. OLE color: 7019736.

HSL color Cylindrical-coordinate representation of color #D81C6B: hue angle of 334.79º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81C6B is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 28 107 -
CMYK 0 0.87 0.50 0.15
HSL 334.79º 0.77% 0.48% -
HSV(B) 334.79º 0.87% 0.85% -
XYZ 31.39 16.49 15.44 -
YUV 93.22 135.78 215.58 -
System Red Green Blue C M Y K H S L
Decimal 216 28 107 0 0.87 0.50 0.15 334.79 0.77 0.48
Hex D8 1C 6B 0 57 32 F 14F 4D 30
Octal 330 34 153 0 127 62 17 517 115 60
Binary 11011000 11100 1101011 0 1010111 110010 1111 101001111 1001101 110000

Color Harmonies of #D81C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81C6B

Black with #D81C6B

Text Example


Text Example

White with #D81C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81C6B; }

 p { color: rgb(216,28,107); }

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

background-color css

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

 a { background-color: rgb(216,28,107); }

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

border-color css

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

 span { border-color: rgb(216,28,107); }

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