Html Css Color HEX #D61765 Ruby

📋 copy color: '#D61765'

red 214 ◦ green 23 ◦ blue 101

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

Shades of Ruby #D61765

Tints of Ruby #D61765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.88%

R = 63.31%
G = 6.8%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D61765 (or 0xD61765) is known color: Ruby. HEX triplet: D6, 17 and 65. RGB value is (214,23,101). Sum of RGB (Red+Green+Blue) = 214+23+101=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D61765 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61765 is #29E89A. Grayscale: #585858. Windows color (decimal): -2746523 or 6625238. OLE color: 6625238.

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

Color convert

RGB 214 23 101 -
CMYK 0 0.89 0.53 0.16
HSL 335.5º 0.81% 0.46% -
HSV(B) 335.5º 0.89% 0.84% -
XYZ 30.39 15.85 13.77 -
YUV 89 134.78 217.16 -
System Red Green Blue C M Y K H S L
Decimal 214 23 101 0 0.89 0.53 0.16 335.5 0.81 0.46
Hex D6 17 65 0 59 35 10 14F 51 2E
Octal 326 27 145 0 131 65 20 517 121 56
Binary 11010110 10111 1100101 0 1011001 110101 10000 101001111 1010001 101110

Color Harmonies of #D61765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61765

Black with #D61765

Text Example


Text Example

White with #D61765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61765; }

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

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

background-color css

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

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

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

border-color css

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

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

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