Html Css Color HEX #D90D6F Ruby

📋 copy color: '#D90D6F'

red 217 ◦ green 13 ◦ blue 111

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

Shades of Ruby #D90D6F

Tints of Ruby #D90D6F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.81%

 BLUE value IS 111 (43.75% from 255) = 32.55%

R = 63.64%
G = 3.81%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D90D6F (or 0xD90D6F) is known color: Ruby. HEX triplet: D9, 0D and 6F. RGB value is (217,13,111). Sum of RGB (Red+Green+Blue) = 217+13+111=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D90D6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90D6F is #26F290. Grayscale: #545454. Windows color (decimal): -2552465 or 7278041. OLE color: 7278041.

HSL color Cylindrical-coordinate representation of color #D90D6F: hue angle of 331.18º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90D6F is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 13 111 -
CMYK 0 0.94 0.49 0.15
HSL 331.18º 0.89% 0.45% -
HSV(B) 331.18º 0.94% 0.85% -
XYZ 31.63 16.19 16.5 -
YUV 85.17 142.59 222.03 -
System Red Green Blue C M Y K H S L
Decimal 217 13 111 0 0.94 0.49 0.15 331.18 0.89 0.45
Hex D9 D 6F 0 5E 31 F 14B 59 2D
Octal 331 15 157 0 136 61 17 513 131 55
Binary 11011001 1101 1101111 0 1011110 110001 1111 101001011 1011001 101101

Color Harmonies of #D90D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90D6F

Black with #D90D6F

Text Example


Text Example

White with #D90D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90D6F; }

 p { color: rgb(217,13,111); }

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

background-color css

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

 a { background-color: rgb(217,13,111); }

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

border-color css

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

 span { border-color: rgb(217,13,111); }

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