Html Css Color HEX #D81F69 Ruby

📋 copy color: '#D81F69'

red 216 ◦ green 31 ◦ blue 105

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

Shades of Ruby #D81F69

Tints of Ruby #D81F69

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.81%

 BLUE value IS 105 (41.41% from 255) = 29.83%

R = 61.36%
G = 8.81%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D81F69 (or 0xD81F69) is known color: Ruby. HEX triplet: D8, 1F and 69. RGB value is (216,31,105). Sum of RGB (Red+Green+Blue) = 216+31+105=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 31 (12.5% from 255 or 8.81% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D81F69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81F69 is #27E096. Grayscale: #5E5E5E. Windows color (decimal): -2613399 or 6889432. OLE color: 6889432.

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

Color convert

RGB 216 31 105 -
CMYK 0 0.86 0.51 0.15
HSL 336º 0.75% 0.48% -
HSV(B) 336º 0.86% 0.85% -
XYZ 31.36 16.6 14.92 -
YUV 94.75 133.79 214.48 -
System Red Green Blue C M Y K H S L
Decimal 216 31 105 0 0.86 0.51 0.15 336 0.75 0.48
Hex D8 1F 69 0 56 33 F 150 4B 30
Octal 330 37 151 0 126 63 17 520 113 60
Binary 11011000 11111 1101001 0 1010110 110011 1111 101010000 1001011 110000

Color Harmonies of #D81F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81F69

Black with #D81F69

Text Example


Text Example

White with #D81F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81F69; }

 p { color: rgb(216,31,105); }

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

background-color css

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

 a { background-color: rgb(216,31,105); }

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

border-color css

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

 span { border-color: rgb(216,31,105); }

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