Html Css Color HEX #D91E6A Ruby

📋 copy color: '#D91E6A'

red 217 ◦ green 30 ◦ blue 106

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

Shades of Ruby #D91E6A

Tints of Ruby #D91E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.03%

R = 61.47%
G = 8.5%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D91E6A (or 0xD91E6A) is known color: Ruby. HEX triplet: D9, 1E and 6A. RGB value is (217,30,106). Sum of RGB (Red+Green+Blue) = 217+30+106=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 30 (12.11% from 255 or 8.50% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D91E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91E6A is #26E195. Grayscale: #5E5E5E. Windows color (decimal): -2548118 or 6954713. OLE color: 6954713.

HSL color Cylindrical-coordinate representation of color #D91E6A: hue angle of 335.61º 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 #D91E6A is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 30 106 -
CMYK 0 0.86 0.51 0.15
HSL 335.62º 0.76% 0.48% -
HSV(B) 335.62º 0.86% 0.85% -
XYZ 31.68 16.72 15.19 -
YUV 94.58 134.45 215.32 -
System Red Green Blue C M Y K H S L
Decimal 217 30 106 0 0.86 0.51 0.15 335.62 0.76 0.48
Hex D9 1E 6A 0 56 33 F 150 4C 30
Octal 331 36 152 0 126 63 17 520 114 60
Binary 11011001 11110 1101010 0 1010110 110011 1111 101010000 1001100 110000

Color Harmonies of #D91E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91E6A

Black with #D91E6A

Text Example


Text Example

White with #D91E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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