Html Css Color HEX #D61073 Ruby

📋 copy color: '#D61073'

red 214 ◦ green 16 ◦ blue 115

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

Shades of Ruby #D61073

Tints of Ruby #D61073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.33%

R = 62.03%
G = 4.64%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D61073 (or 0xD61073) is known color: Ruby. HEX triplet: D6, 10 and 73. RGB value is (214,16,115). Sum of RGB (Red+Green+Blue) = 214+16+115=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D61073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61073 is #29EF8C. Grayscale: #565656. Windows color (decimal): -2748301 or 7540950. OLE color: 7540950.

HSL color Cylindrical-coordinate representation of color #D61073: hue angle of 330º 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 #D61073 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 16 115 -
CMYK 0 0.93 0.46 0.16
HSL 330º 0.86% 0.45% -
HSV(B) 330º 0.93% 0.84% -
XYZ 31.01 15.9 17.66 -
YUV 86.49 144.1 218.95 -
System Red Green Blue C M Y K H S L
Decimal 214 16 115 0 0.93 0.46 0.16 330 0.86 0.45
Hex D6 10 73 0 5D 2E 10 14A 56 2D
Octal 326 20 163 0 135 56 20 512 126 55
Binary 11010110 10000 1110011 0 1011101 101110 10000 101001010 1010110 101101

Color Harmonies of #D61073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61073

Black with #D61073

Text Example


Text Example

White with #D61073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61073; }

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

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

background-color css

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

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

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

border-color css

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

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

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