Html Css Color HEX #D71465 Ruby

📋 copy color: '#D71465'

red 215 ◦ green 20 ◦ blue 101

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

Shades of Ruby #D71465

Tints of Ruby #D71465

RGB

 RED value IS 215 (84.38% from 255) = 63.99%

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

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

R = 63.99%
G = 5.95%
B = 30.06%

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

#D71465 (or 0xD71465) is known color: Ruby. HEX triplet: D7, 14 and 65. RGB value is (215,20,101). Sum of RGB (Red+Green+Blue) = 215+20+101=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D71465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71465 is #28EB9A. Grayscale: #575757. Windows color (decimal): -2681755 or 6624471. OLE color: 6624471.

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

Color convert

RGB 215 20 101 -
CMYK 0 0.91 0.53 0.16
HSL 335.08º 0.83% 0.46% -
HSV(B) 335.08º 0.91% 0.84% -
XYZ 30.62 15.89 13.76 -
YUV 87.54 135.6 218.91 -
System Red Green Blue C M Y K H S L
Decimal 215 20 101 0 0.91 0.53 0.16 335.08 0.83 0.46
Hex D7 14 65 0 5B 35 10 14F 53 2E
Octal 327 24 145 0 133 65 20 517 123 56
Binary 11010111 10100 1100101 0 1011011 110101 10000 101001111 1010011 101110

Color Harmonies of #D71465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71465

Black with #D71465

Text Example


Text Example

White with #D71465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71465; }

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

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

background-color css

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

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

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

border-color css

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

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

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