Html Css Color HEX #D91A70 Ruby

📋 copy color: '#D91A70'

red 217 ◦ green 26 ◦ blue 112

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

Shades of Ruby #D91A70

Tints of Ruby #D91A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.55%

R = 61.13%
G = 7.32%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D91A70 (or 0xD91A70) is known color: Ruby. HEX triplet: D9, 1A and 70. RGB value is (217,26,112). Sum of RGB (Red+Green+Blue) = 217+26+112=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 26 (10.55% from 255 or 7.32% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D91A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91A70 is #26E58F. Grayscale: #5C5C5C. Windows color (decimal): -2549136 or 7346905. OLE color: 7346905.

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

Color convert

RGB 217 26 112 -
CMYK 0 0.88 0.48 0.15
HSL 332.98º 0.79% 0.48% -
HSV(B) 332.98º 0.88% 0.85% -
XYZ 31.91 16.66 16.86 -
YUV 92.91 138.78 216.51 -
System Red Green Blue C M Y K H S L
Decimal 217 26 112 0 0.88 0.48 0.15 332.98 0.79 0.48
Hex D9 1A 70 0 58 30 F 14D 4F 30
Octal 331 32 160 0 130 60 17 515 117 60
Binary 11011001 11010 1110000 0 1011000 110000 1111 101001101 1001111 110000

Color Harmonies of #D91A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91A70

Black with #D91A70

Text Example


Text Example

White with #D91A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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