Html Css Color HEX #D61465 Ruby

📋 copy color: '#D61465'

red 214 ◦ green 20 ◦ blue 101

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

Shades of Ruby #D61465

Tints of Ruby #D61465

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.97%

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

R = 63.88%
G = 5.97%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D61465 (or 0xD61465) is known color: Ruby. HEX triplet: D6, 14 and 65. RGB value is (214,20,101). Sum of RGB (Red+Green+Blue) = 214+20+101=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D61465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61465 is #29EB9A. Grayscale: #575757. Windows color (decimal): -2747291 or 6624470. OLE color: 6624470.

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

Color convert

RGB 214 20 101 -
CMYK 0 0.91 0.53 0.16
HSL 334.95º 0.83% 0.46% -
HSV(B) 334.95º 0.91% 0.84% -
XYZ 30.33 15.74 13.75 -
YUV 87.24 135.77 218.41 -
System Red Green Blue C M Y K H S L
Decimal 214 20 101 0 0.91 0.53 0.16 334.95 0.83 0.46
Hex D6 14 65 0 5B 35 10 14F 53 2E
Octal 326 24 145 0 133 65 20 517 123 56
Binary 11010110 10100 1100101 0 1011011 110101 10000 101001111 1010011 101110

Color Harmonies of #D61465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61465

Black with #D61465

Text Example


Text Example

White with #D61465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61465; }

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

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

background-color css

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

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

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

border-color css

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

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

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