Html Css Color HEX #D90E6C Ruby

📋 copy color: '#D90E6C'

red 217 ◦ green 14 ◦ blue 108

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

Shades of Ruby #D90E6C

Tints of Ruby #D90E6C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.13%

 BLUE value IS 108 (42.58% from 255) = 31.86%

R = 64.01%
G = 4.13%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D90E6C (or 0xD90E6C) is known color: Ruby. HEX triplet: D9, 0E and 6C. RGB value is (217,14,108). Sum of RGB (Red+Green+Blue) = 217+14+108=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 14 (5.86% from 255 or 4.13% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D90E6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90E6C is #26F193. Grayscale: #555555. Windows color (decimal): -2552212 or 7081689. OLE color: 7081689.

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

Color convert

RGB 217 14 108 -
CMYK 0 0.94 0.50 0.15
HSL 332.22º 0.88% 0.45% -
HSV(B) 332.22º 0.94% 0.85% -
XYZ 31.48 16.15 15.65 -
YUV 85.41 140.75 221.86 -
System Red Green Blue C M Y K H S L
Decimal 217 14 108 0 0.94 0.50 0.15 332.22 0.88 0.45
Hex D9 E 6C 0 5E 32 F 14C 58 2D
Octal 331 16 154 0 136 62 17 514 130 55
Binary 11011001 1110 1101100 0 1011110 110010 1111 101001100 1011000 101101

Color Harmonies of #D90E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90E6C

Black with #D90E6C

Text Example


Text Example

White with #D90E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90E6C; }

 p { color: rgb(217,14,108); }

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

background-color css

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

 a { background-color: rgb(217,14,108); }

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

border-color css

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

 span { border-color: rgb(217,14,108); }

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