Html Css Color HEX #D91B70 Ruby

📋 copy color: '#D91B70'

red 217 ◦ green 27 ◦ blue 112

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

Shades of Ruby #D91B70

Tints of Ruby #D91B70

RGB

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

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

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

R = 60.96%
G = 7.58%
B = 31.46%

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

#D91B70 (or 0xD91B70) is known color: Ruby. HEX triplet: D9, 1B and 70. RGB value is (217,27,112). Sum of RGB (Red+Green+Blue) = 217+27+112=356 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.96% from 356); Green value is 27 (10.94% from 255 or 7.58% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 217 - color contains mainly: red. Hex color #D91B70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91B70 is #26E48F. Grayscale: #5D5D5D. Windows color (decimal): -2548880 or 7347161. OLE color: 7347161.

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

Color convert

RGB 217 27 112 -
CMYK 0 0.88 0.48 0.15
HSL 333.16º 0.78% 0.48% -
HSV(B) 333.16º 0.88% 0.85% -
XYZ 31.93 16.71 16.87 -
YUV 93.5 138.45 216.09 -
System Red Green Blue C M Y K H S L
Decimal 217 27 112 0 0.88 0.48 0.15 333.16 0.78 0.48
Hex D9 1B 70 0 58 30 F 14D 4E 30
Octal 331 33 160 0 130 60 17 515 116 60
Binary 11011001 11011 1110000 0 1011000 110000 1111 101001101 1001110 110000

Color Harmonies of #D91B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91B70

Black with #D91B70

Text Example


Text Example

White with #D91B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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