Html Css Color HEX #D71D68 Ruby

📋 copy color: '#D71D68'

red 215 ◦ green 29 ◦ blue 104

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

Shades of Ruby #D71D68

Tints of Ruby #D71D68

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.33%

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

R = 61.78%
G = 8.33%
B = 29.89%

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

#D71D68 (or 0xD71D68) is known color: Ruby. HEX triplet: D7, 1D and 68. RGB value is (215,29,104). Sum of RGB (Red+Green+Blue) = 215+29+104=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D71D68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71D68 is #28E297. Grayscale: #5D5D5D. Windows color (decimal): -2679448 or 6823383. OLE color: 6823383.

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

Color convert

RGB 215 29 104 -
CMYK 0 0.87 0.52 0.16
HSL 335.81º 0.76% 0.48% -
HSV(B) 335.81º 0.87% 0.84% -
XYZ 30.96 16.33 14.62 -
YUV 93.16 134.12 214.9 -
System Red Green Blue C M Y K H S L
Decimal 215 29 104 0 0.87 0.52 0.16 335.81 0.76 0.48
Hex D7 1D 68 0 57 34 10 150 4C 30
Octal 327 35 150 0 127 64 20 520 114 60
Binary 11010111 11101 1101000 0 1010111 110100 10000 101010000 1001100 110000

Color Harmonies of #D71D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71D68

Black with #D71D68

Text Example


Text Example

White with #D71D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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