Html Css Color HEX #D61667 Ruby

📋 copy color: '#D61667'

red 214 ◦ green 22 ◦ blue 103

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

Shades of Ruby #D61667

Tints of Ruby #D61667

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.49%

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

R = 63.13%
G = 6.49%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D61667 (or 0xD61667) is known color: Ruby. HEX triplet: D6, 16 and 67. RGB value is (214,22,103). Sum of RGB (Red+Green+Blue) = 214+22+103=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D61667 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61667 is #29E998. Grayscale: #585858. Windows color (decimal): -2746777 or 6756054. OLE color: 6756054.

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

Color convert

RGB 214 22 103 -
CMYK 0 0.90 0.52 0.16
HSL 334.69º 0.81% 0.46% -
HSV(B) 334.69º 0.9% 0.84% -
XYZ 30.47 15.85 14.29 -
YUV 88.64 136.11 217.41 -
System Red Green Blue C M Y K H S L
Decimal 214 22 103 0 0.90 0.52 0.16 334.69 0.81 0.46
Hex D6 16 67 0 5A 34 10 14F 51 2E
Octal 326 26 147 0 132 64 20 517 121 56
Binary 11010110 10110 1100111 0 1011010 110100 10000 101001111 1010001 101110

Color Harmonies of #D61667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61667

Black with #D61667

Text Example


Text Example

White with #D61667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61667; }

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

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

background-color css

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

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

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

border-color css

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

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

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