Html Css Color HEX #D71A69 Ruby

📋 copy color: '#D71A69'

red 215 ◦ green 26 ◦ blue 105

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

Shades of Ruby #D71A69

Tints of Ruby #D71A69

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.51%

 BLUE value IS 105 (41.41% from 255) = 30.35%

R = 62.14%
G = 7.51%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D71A69 (or 0xD71A69) is known color: Ruby. HEX triplet: D7, 1A and 69. RGB value is (215,26,105). Sum of RGB (Red+Green+Blue) = 215+26+105=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D71A69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71A69 is #28E596. Grayscale: #5B5B5B. Windows color (decimal): -2680215 or 6888151. OLE color: 6888151.

HSL color Cylindrical-coordinate representation of color #D71A69: hue angle of 334.92º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71A69 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 26 105 -
CMYK 0 0.88 0.51 0.16
HSL 334.92º 0.78% 0.47% -
HSV(B) 334.92º 0.88% 0.84% -
XYZ 30.94 16.21 14.86 -
YUV 91.52 135.62 216.08 -
System Red Green Blue C M Y K H S L
Decimal 215 26 105 0 0.88 0.51 0.16 334.92 0.78 0.47
Hex D7 1A 69 0 58 33 10 14F 4E 2F
Octal 327 32 151 0 130 63 20 517 116 57
Binary 11010111 11010 1101001 0 1011000 110011 10000 101001111 1001110 101111

Color Harmonies of #D71A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71A69

Black with #D71A69

Text Example


Text Example

White with #D71A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71A69; }

 p { color: rgb(215,26,105); }

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

background-color css

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

 a { background-color: rgb(215,26,105); }

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

border-color css

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

 span { border-color: rgb(215,26,105); }

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