Html Css Color HEX #D91A69 Ruby

📋 copy color: '#D91A69'

red 217 ◦ green 26 ◦ blue 105

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

Shades of Ruby #D91A69

Tints of Ruby #D91A69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.17%

R = 62.36%
G = 7.47%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D91A69 (or 0xD91A69) is known color: Ruby. HEX triplet: D9, 1A and 69. RGB value is (217,26,105). Sum of RGB (Red+Green+Blue) = 217+26+105=348 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.36% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 217 - color contains mainly: red. Hex color #D91A69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91A69 is #26E596. Grayscale: #5B5B5B. Windows color (decimal): -2549143 or 6888153. OLE color: 6888153.

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

Color convert

RGB 217 26 105 -
CMYK 0 0.88 0.52 0.15
HSL 335.18º 0.79% 0.48% -
HSV(B) 335.18º 0.88% 0.85% -
XYZ 31.53 16.51 14.89 -
YUV 92.12 135.28 217.08 -
System Red Green Blue C M Y K H S L
Decimal 217 26 105 0 0.88 0.52 0.15 335.18 0.79 0.48
Hex D9 1A 69 0 58 34 F 14F 4F 30
Octal 331 32 151 0 130 64 17 517 117 60
Binary 11011001 11010 1101001 0 1011000 110100 1111 101001111 1001111 110000

Color Harmonies of #D91A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91A69

Black with #D91A69

Text Example


Text Example

White with #D91A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91A69; }

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

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

background-color css

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

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

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

border-color css

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

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

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