Html Css Color HEX #D91A6C Ruby

📋 copy color: '#D91A6C'

red 217 ◦ green 26 ◦ blue 108

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

Shades of Ruby #D91A6C

Tints of Ruby #D91A6C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.41%

 BLUE value IS 108 (42.58% from 255) = 30.77%

R = 61.82%
G = 7.41%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D91A6C (or 0xD91A6C) is known color: Ruby. HEX triplet: D9, 1A and 6C. RGB value is (217,26,108). Sum of RGB (Red+Green+Blue) = 217+26+108=351 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.82% from 351); Green value is 26 (10.55% from 255 or 7.41% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 217 - color contains mainly: red. Hex color #D91A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91A6C is #26E593. Grayscale: #5C5C5C. Windows color (decimal): -2549140 or 7084761. OLE color: 7084761.

HSL color Cylindrical-coordinate representation of color #D91A6C: hue angle of 334.24º degrees, saturation: 0.79, 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 #D91A6C is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 26 108 -
CMYK 0 0.88 0.50 0.15
HSL 334.24º 0.79% 0.48% -
HSV(B) 334.24º 0.88% 0.85% -
XYZ 31.69 16.57 15.72 -
YUV 92.46 136.78 216.83 -
System Red Green Blue C M Y K H S L
Decimal 217 26 108 0 0.88 0.50 0.15 334.24 0.79 0.48
Hex D9 1A 6C 0 58 32 F 14E 4F 30
Octal 331 32 154 0 130 62 17 516 117 60
Binary 11011001 11010 1101100 0 1011000 110010 1111 101001110 1001111 110000

Color Harmonies of #D91A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91A6C

Black with #D91A6C

Text Example


Text Example

White with #D91A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91A6C; }

 p { color: rgb(217,26,108); }

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

background-color css

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

 a { background-color: rgb(217,26,108); }

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

border-color css

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

 span { border-color: rgb(217,26,108); }

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