Html Css Color HEX #D90C5F Ruby

📋 copy color: '#D90C5F'

red 217 ◦ green 12 ◦ blue 95

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

Shades of Ruby #D90C5F

Tints of Ruby #D90C5F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.7%

 BLUE value IS 95 (37.5% from 255) = 29.32%

R = 66.98%
G = 3.7%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D90C5F (or 0xD90C5F) is known color: Ruby. HEX triplet: D9, 0C and 5F. RGB value is (217,12,95). Sum of RGB (Red+Green+Blue) = 217+12+95=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D90C5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90C5F is #26F3A0. Grayscale: #525252. Windows color (decimal): -2552737 or 6229209. OLE color: 6229209.

HSL color Cylindrical-coordinate representation of color #D90C5F: hue angle of 335.71º degrees, saturation: 0.9, 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 #D90C5F is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 12 95 -
CMYK 0 0.94 0.56 0.15
HSL 335.71º 0.9% 0.45% -
HSV(B) 335.71º 0.94% 0.85% -
XYZ 30.81 15.84 12.26 -
YUV 82.76 134.92 223.75 -
System Red Green Blue C M Y K H S L
Decimal 217 12 95 0 0.94 0.56 0.15 335.71 0.9 0.45
Hex D9 C 5F 0 5E 38 F 150 5A 2D
Octal 331 14 137 0 136 70 17 520 132 55
Binary 11011001 1100 1011111 0 1011110 111000 1111 101010000 1011010 101101

Color Harmonies of #D90C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90C5F

Black with #D90C5F

Text Example


Text Example

White with #D90C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90C5F; }

 p { color: rgb(217,12,95); }

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

background-color css

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

 a { background-color: rgb(217,12,95); }

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

border-color css

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

 span { border-color: rgb(217,12,95); }

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