Html Css Color HEX #D71B5C Ruby

📋 copy color: '#D71B5C'

red 215 ◦ green 27 ◦ blue 92

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

Shades of Ruby #D71B5C

Tints of Ruby #D71B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.54%

R = 64.37%
G = 8.08%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D71B5C (or 0xD71B5C) is known color: Ruby. HEX triplet: D7, 1B and 5C. RGB value is (215,27,92). Sum of RGB (Red+Green+Blue) = 215+27+92=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 27 (10.94% from 255 or 8.08% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D71B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71B5C is #28E4A3. Grayscale: #5A5A5A. Windows color (decimal): -2679972 or 6036439. OLE color: 6036439.

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

Color convert

RGB 215 27 92 -
CMYK 0 0.87 0.57 0.16
HSL 339.26º 0.78% 0.47% -
HSV(B) 339.26º 0.87% 0.84% -
XYZ 30.35 16 11.61 -
YUV 90.62 128.78 216.71 -
System Red Green Blue C M Y K H S L
Decimal 215 27 92 0 0.87 0.57 0.16 339.26 0.78 0.47
Hex D7 1B 5C 0 57 39 10 153 4E 2F
Octal 327 33 134 0 127 71 20 523 116 57
Binary 11010111 11011 1011100 0 1010111 111001 10000 101010011 1001110 101111

Color Harmonies of #D71B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71B5C

Black with #D71B5C

Text Example


Text Example

White with #D71B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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