Html Css Color HEX #D61767 Ruby

📋 copy color: '#D61767'

red 214 ◦ green 23 ◦ blue 103

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

Shades of Ruby #D61767

Tints of Ruby #D61767

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.76%

 BLUE value IS 103 (40.63% from 255) = 30.29%

R = 62.94%
G = 6.76%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D61767 (or 0xD61767) is known color: Ruby. HEX triplet: D6, 17 and 67. RGB value is (214,23,103). Sum of RGB (Red+Green+Blue) = 214+23+103=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 23 (9.38% from 255 or 6.76% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D61767 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61767 is #29E898. Grayscale: #595959. Windows color (decimal): -2746521 or 6756310. OLE color: 6756310.

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

Color convert

RGB 214 23 103 -
CMYK 0 0.89 0.52 0.16
HSL 334.87º 0.81% 0.46% -
HSV(B) 334.87º 0.89% 0.84% -
XYZ 30.49 15.89 14.29 -
YUV 89.23 135.78 217 -
System Red Green Blue C M Y K H S L
Decimal 214 23 103 0 0.89 0.52 0.16 334.87 0.81 0.46
Hex D6 17 67 0 59 34 10 14F 51 2E
Octal 326 27 147 0 131 64 20 517 121 56
Binary 11010110 10111 1100111 0 1011001 110100 10000 101001111 1010001 101110

Color Harmonies of #D61767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61767

Black with #D61767

Text Example


Text Example

White with #D61767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61767; }

 p { color: rgb(214,23,103); }

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

background-color css

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

 a { background-color: rgb(214,23,103); }

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

border-color css

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

 span { border-color: rgb(214,23,103); }

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