Html Css Color HEX #D61273 Ruby

📋 copy color: '#D61273'

red 214 ◦ green 18 ◦ blue 115

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

Shades of Ruby #D61273

Tints of Ruby #D61273

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.19%

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

R = 61.67%
G = 5.19%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D61273 (or 0xD61273) is known color: Ruby. HEX triplet: D6, 12 and 73. RGB value is (214,18,115). Sum of RGB (Red+Green+Blue) = 214+18+115=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D61273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61273 is #29ED8C. Grayscale: #575757. Windows color (decimal): -2747789 or 7541462. OLE color: 7541462.

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

Color convert

RGB 214 18 115 -
CMYK 0 0.92 0.46 0.16
HSL 330.31º 0.84% 0.45% -
HSV(B) 330.31º 0.92% 0.84% -
XYZ 31.04 15.97 17.67 -
YUV 87.66 143.43 218.11 -
System Red Green Blue C M Y K H S L
Decimal 214 18 115 0 0.92 0.46 0.16 330.31 0.84 0.45
Hex D6 12 73 0 5C 2E 10 14A 54 2D
Octal 326 22 163 0 134 56 20 512 124 55
Binary 11010110 10010 1110011 0 1011100 101110 10000 101001010 1010100 101101

Color Harmonies of #D61273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61273

Black with #D61273

Text Example


Text Example

White with #D61273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61273; }

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

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

background-color css

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

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

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

border-color css

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

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

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