Html Css Color HEX #D61768 Ruby

📋 copy color: '#D61768'

red 214 ◦ green 23 ◦ blue 104

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

Shades of Ruby #D61768

Tints of Ruby #D61768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.5%

R = 62.76%
G = 6.74%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D61768 (or 0xD61768) is known color: Ruby. HEX triplet: D6, 17 and 68. RGB value is (214,23,104). Sum of RGB (Red+Green+Blue) = 214+23+104=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D61768 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61768 is #29E897. Grayscale: #595959. Windows color (decimal): -2746520 or 6821846. OLE color: 6821846.

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

Color convert

RGB 214 23 104 -
CMYK 0 0.89 0.51 0.16
HSL 334.56º 0.81% 0.46% -
HSV(B) 334.56º 0.89% 0.84% -
XYZ 30.54 15.91 14.56 -
YUV 89.34 136.28 216.91 -
System Red Green Blue C M Y K H S L
Decimal 214 23 104 0 0.89 0.51 0.16 334.56 0.81 0.46
Hex D6 17 68 0 59 33 10 14F 51 2E
Octal 326 27 150 0 131 63 20 517 121 56
Binary 11010110 10111 1101000 0 1011001 110011 10000 101001111 1010001 101110

Color Harmonies of #D61768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61768

Black with #D61768

Text Example


Text Example

White with #D61768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61768; }

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

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

background-color css

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

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

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

border-color css

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

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

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