Html Css Color HEX #D81E72 Ruby

📋 copy color: '#D81E72'

red 216 ◦ green 30 ◦ blue 114

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

Shades of Ruby #D81E72

Tints of Ruby #D81E72

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.33%

 BLUE value IS 114 (44.92% from 255) = 31.67%

R = 60%
G = 8.33%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D81E72 (or 0xD81E72) is known color: Ruby. HEX triplet: D8, 1E and 72. RGB value is (216,30,114). Sum of RGB (Red+Green+Blue) = 216+30+114=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D81E72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81E72 is #27E18D. Grayscale: #5F5F5F. Windows color (decimal): -2613646 or 7479000. OLE color: 7479000.

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

Color convert

RGB 216 30 114 -
CMYK 0 0.86 0.47 0.15
HSL 332.9º 0.76% 0.48% -
HSV(B) 332.9º 0.86% 0.85% -
XYZ 31.82 16.74 17.47 -
YUV 95.19 138.62 214.17 -
System Red Green Blue C M Y K H S L
Decimal 216 30 114 0 0.86 0.47 0.15 332.9 0.76 0.48
Hex D8 1E 72 0 56 2F F 14D 4C 30
Octal 330 36 162 0 126 57 17 515 114 60
Binary 11011000 11110 1110010 0 1010110 101111 1111 101001101 1001100 110000

Color Harmonies of #D81E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81E72

Black with #D81E72

Text Example


Text Example

White with #D81E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81E72; }

 p { color: rgb(216,30,114); }

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

background-color css

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

 a { background-color: rgb(216,30,114); }

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

border-color css

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

 span { border-color: rgb(216,30,114); }

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