Html Css Color HEX #D91B6A Ruby

📋 copy color: '#D91B6A'

red 217 ◦ green 27 ◦ blue 106

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

Shades of Ruby #D91B6A

Tints of Ruby #D91B6A

RGB

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

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

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

R = 62%
G = 7.71%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D91B6A (or 0xD91B6A) is known color: Ruby. HEX triplet: D9, 1B and 6A. RGB value is (217,27,106). Sum of RGB (Red+Green+Blue) = 217+27+106=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 27 (10.94% from 255 or 7.71% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D91B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91B6A is #26E495. Grayscale: #5C5C5C. Windows color (decimal): -2548886 or 6953945. OLE color: 6953945.

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

Color convert

RGB 217 27 106 -
CMYK 0 0.88 0.51 0.15
HSL 335.05º 0.78% 0.48% -
HSV(B) 335.05º 0.88% 0.85% -
XYZ 31.61 16.58 15.17 -
YUV 92.82 135.45 216.58 -
System Red Green Blue C M Y K H S L
Decimal 217 27 106 0 0.88 0.51 0.15 335.05 0.78 0.48
Hex D9 1B 6A 0 58 33 F 14F 4E 30
Octal 331 33 152 0 130 63 17 517 116 60
Binary 11011001 11011 1101010 0 1011000 110011 1111 101001111 1001110 110000

Color Harmonies of #D91B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91B6A

Black with #D91B6A

Text Example


Text Example

White with #D91B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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