Html Css Color HEX #D81C65 Ruby

📋 copy color: '#D81C65'

red 216 ◦ green 28 ◦ blue 101

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

Shades of Ruby #D81C65

Tints of Ruby #D81C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.28%

R = 62.61%
G = 8.12%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D81C65 (or 0xD81C65) is known color: Ruby. HEX triplet: D8, 1C and 65. RGB value is (216,28,101). Sum of RGB (Red+Green+Blue) = 216+28+101=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D81C65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81C65 is #27E39A. Grayscale: #5C5C5C. Windows color (decimal): -2614171 or 6626520. OLE color: 6626520.

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

Color convert

RGB 216 28 101 -
CMYK 0 0.87 0.53 0.15
HSL 336.7º 0.77% 0.48% -
HSV(B) 336.7º 0.87% 0.85% -
XYZ 31.08 16.37 13.83 -
YUV 92.53 132.78 216.06 -
System Red Green Blue C M Y K H S L
Decimal 216 28 101 0 0.87 0.53 0.15 336.7 0.77 0.48
Hex D8 1C 65 0 57 35 F 151 4D 30
Octal 330 34 145 0 127 65 17 521 115 60
Binary 11011000 11100 1100101 0 1010111 110101 1111 101010001 1001101 110000

Color Harmonies of #D81C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81C65

Black with #D81C65

Text Example


Text Example

White with #D81C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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