Html Css Color HEX #D71C68 Ruby

📋 copy color: '#D71C68'

red 215 ◦ green 28 ◦ blue 104

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

Shades of Ruby #D71C68

Tints of Ruby #D71C68

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.07%

 BLUE value IS 104 (41.02% from 255) = 29.97%

R = 61.96%
G = 8.07%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D71C68 (or 0xD71C68) is known color: Ruby. HEX triplet: D7, 1C and 68. RGB value is (215,28,104). Sum of RGB (Red+Green+Blue) = 215+28+104=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D71C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71C68 is #28E397. Grayscale: #5C5C5C. Windows color (decimal): -2679704 or 6823127. OLE color: 6823127.

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

Color convert

RGB 215 28 104 -
CMYK 0 0.87 0.52 0.16
HSL 335.62º 0.77% 0.48% -
HSV(B) 335.62º 0.87% 0.84% -
XYZ 30.94 16.28 14.61 -
YUV 92.58 134.45 215.32 -
System Red Green Blue C M Y K H S L
Decimal 215 28 104 0 0.87 0.52 0.16 335.62 0.77 0.48
Hex D7 1C 68 0 57 34 10 150 4D 30
Octal 327 34 150 0 127 64 20 520 115 60
Binary 11010111 11100 1101000 0 1010111 110100 10000 101010000 1001101 110000

Color Harmonies of #D71C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71C68

Black with #D71C68

Text Example


Text Example

White with #D71C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71C68; }

 p { color: rgb(215,28,104); }

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

background-color css

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

 a { background-color: rgb(215,28,104); }

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

border-color css

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

 span { border-color: rgb(215,28,104); }

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