Html Css Color HEX #D90C6C Ruby

📋 copy color: '#D90C6C'

red 217 ◦ green 12 ◦ blue 108

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

Shades of Ruby #D90C6C

Tints of Ruby #D90C6C

RGB

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

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

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

R = 64.39%
G = 3.56%
B = 32.05%

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

#D90C6C (or 0xD90C6C) is known color: Ruby. HEX triplet: D9, 0C and 6C. RGB value is (217,12,108). Sum of RGB (Red+Green+Blue) = 217+12+108=337 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.39% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 217 - color contains mainly: red. Hex color #D90C6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90C6C is #26F393. Grayscale: #545454. Windows color (decimal): -2552724 or 7081177. OLE color: 7081177.

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

Color convert

RGB 217 12 108 -
CMYK 0 0.94 0.50 0.15
HSL 331.9º 0.9% 0.45% -
HSV(B) 331.9º 0.94% 0.85% -
XYZ 31.45 16.1 15.64 -
YUV 84.24 141.42 222.69 -
System Red Green Blue C M Y K H S L
Decimal 217 12 108 0 0.94 0.50 0.15 331.9 0.9 0.45
Hex D9 C 6C 0 5E 32 F 14C 5A 2D
Octal 331 14 154 0 136 62 17 514 132 55
Binary 11011001 1100 1101100 0 1011110 110010 1111 101001100 1011010 101101

Color Harmonies of #D90C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90C6C

Black with #D90C6C

Text Example


Text Example

White with #D90C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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