Html Css Color HEX #D71B66 Ruby

📋 copy color: '#D71B66'

red 215 ◦ green 27 ◦ blue 102

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

Shades of Ruby #D71B66

Tints of Ruby #D71B66

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.85%

 BLUE value IS 102 (40.23% from 255) = 29.65%

R = 62.5%
G = 7.85%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D71B66 (or 0xD71B66) is known color: Ruby. HEX triplet: D7, 1B and 66. RGB value is (215,27,102). Sum of RGB (Red+Green+Blue) = 215+27+102=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 27 (10.94% from 255 or 7.85% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D71B66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71B66 is #28E499. Grayscale: #5B5B5B. Windows color (decimal): -2679962 or 6691799. OLE color: 6691799.

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

Color convert

RGB 215 27 102 -
CMYK 0 0.87 0.53 0.16
HSL 336.06º 0.78% 0.47% -
HSV(B) 336.06º 0.87% 0.84% -
XYZ 30.81 16.19 14.07 -
YUV 91.76 133.78 215.9 -
System Red Green Blue C M Y K H S L
Decimal 215 27 102 0 0.87 0.53 0.16 336.06 0.78 0.47
Hex D7 1B 66 0 57 35 10 150 4E 2F
Octal 327 33 146 0 127 65 20 520 116 57
Binary 11010111 11011 1100110 0 1010111 110101 10000 101010000 1001110 101111

Color Harmonies of #D71B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71B66

Black with #D71B66

Text Example


Text Example

White with #D71B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71B66; }

 p { color: rgb(215,27,102); }

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

background-color css

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

 a { background-color: rgb(215,27,102); }

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

border-color css

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

 span { border-color: rgb(215,27,102); }

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