Html Css Color HEX #D91E6F Ruby

📋 copy color: '#D91E6F'

red 217 ◦ green 30 ◦ blue 111

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

Shades of Ruby #D91E6F

Tints of Ruby #D91E6F

RGB

 RED value IS 217 (85.16% from 255) = 60.61%

 GREEN value IS 30 (12.11% from 255) = 8.38%

 BLUE value IS 111 (43.75% from 255) = 31.01%

R = 60.61%
G = 8.38%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D91E6F (or 0xD91E6F) is known color: Ruby. HEX triplet: D9, 1E and 6F. RGB value is (217,30,111). Sum of RGB (Red+Green+Blue) = 217+30+111=358 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.61% from 358); Green value is 30 (12.11% from 255 or 8.38% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 217 - color contains mainly: red. Hex color #D91E6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91E6F is #26E190. Grayscale: #5F5F5F. Windows color (decimal): -2548113 or 7282393. OLE color: 7282393.

HSL color Cylindrical-coordinate representation of color #D91E6F: hue angle of 334.01º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D91E6F is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 30 111 -
CMYK 0 0.86 0.49 0.15
HSL 334.01º 0.76% 0.48% -
HSV(B) 334.01º 0.86% 0.85% -
XYZ 31.95 16.83 16.6 -
YUV 95.15 136.95 214.91 -
System Red Green Blue C M Y K H S L
Decimal 217 30 111 0 0.86 0.49 0.15 334.01 0.76 0.48
Hex D9 1E 6F 0 56 31 F 14E 4C 30
Octal 331 36 157 0 126 61 17 516 114 60
Binary 11011001 11110 1101111 0 1010110 110001 1111 101001110 1001100 110000

Color Harmonies of #D91E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91E6F

Black with #D91E6F

Text Example


Text Example

White with #D91E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91E6F; }

 p { color: rgb(217,30,111); }

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

background-color css

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

 a { background-color: rgb(217,30,111); }

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

border-color css

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

 span { border-color: rgb(217,30,111); }

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