Html Css Color HEX #D61071 Ruby

📋 copy color: '#D61071'

red 214 ◦ green 16 ◦ blue 113

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

Shades of Ruby #D61071

Tints of Ruby #D61071

RGB

 RED value IS 214 (83.98% from 255) = 62.39%

 GREEN value IS 16 (6.64% from 255) = 4.66%

 BLUE value IS 113 (44.53% from 255) = 32.94%

R = 62.39%
G = 4.66%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D61071 (or 0xD61071) is known color: Ruby. HEX triplet: D6, 10 and 71. RGB value is (214,16,113). Sum of RGB (Red+Green+Blue) = 214+16+113=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D61071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61071 is #29EF8E. Grayscale: #565656. Windows color (decimal): -2748303 or 7409878. OLE color: 7409878.

HSL color Cylindrical-coordinate representation of color #D61071: hue angle of 330.61º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D61071 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 16 113 -
CMYK 0 0.93 0.47 0.16
HSL 330.61º 0.86% 0.45% -
HSV(B) 330.61º 0.93% 0.84% -
XYZ 30.9 15.86 17.06 -
YUV 86.26 143.1 219.11 -
System Red Green Blue C M Y K H S L
Decimal 214 16 113 0 0.93 0.47 0.16 330.61 0.86 0.45
Hex D6 10 71 0 5D 2F 10 14B 56 2D
Octal 326 20 161 0 135 57 20 513 126 55
Binary 11010110 10000 1110001 0 1011101 101111 10000 101001011 1010110 101101

Color Harmonies of #D61071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61071

Black with #D61071

Text Example


Text Example

White with #D61071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61071; }

 p { color: rgb(214,16,113); }

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

background-color css

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

 a { background-color: rgb(214,16,113); }

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

border-color css

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

 span { border-color: rgb(214,16,113); }

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