Html Css Color HEX #D71B63 Ruby

📋 copy color: '#D71B63'

red 215 ◦ green 27 ◦ blue 99

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

Shades of Ruby #D71B63

Tints of Ruby #D71B63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.03%

R = 63.05%
G = 7.92%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D71B63 (or 0xD71B63) is known color: Ruby. HEX triplet: D7, 1B and 63. RGB value is (215,27,99). Sum of RGB (Red+Green+Blue) = 215+27+99=341 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.05% from 341); Green value is 27 (10.94% from 255 or 7.92% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 215 - color contains mainly: red. Hex color #D71B63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71B63 is #28E49C. Grayscale: #5B5B5B. Windows color (decimal): -2679965 or 6495191. OLE color: 6495191.

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

Color convert

RGB 215 27 99 -
CMYK 0 0.87 0.54 0.16
HSL 337.02º 0.78% 0.47% -
HSV(B) 337.02º 0.87% 0.84% -
XYZ 30.67 16.13 13.3 -
YUV 91.42 132.28 216.15 -
System Red Green Blue C M Y K H S L
Decimal 215 27 99 0 0.87 0.54 0.16 337.02 0.78 0.47
Hex D7 1B 63 0 57 36 10 151 4E 2F
Octal 327 33 143 0 127 66 20 521 116 57
Binary 11010111 11011 1100011 0 1010111 110110 10000 101010001 1001110 101111

Color Harmonies of #D71B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71B63

Black with #D71B63

Text Example


Text Example

White with #D71B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71B63; }

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

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

background-color css

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

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

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

border-color css

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

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

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