Html Css Color HEX #D21150 Ruby

📋 copy color: '#D21150'

red 210 ◦ green 17 ◦ blue 80

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

Shades of Ruby #D21150

Tints of Ruby #D21150

RGB

 RED value IS 210 (82.42% from 255) = 68.4%

 GREEN value IS 17 (7.03% from 255) = 5.54%

 BLUE value IS 80 (31.64% from 255) = 26.06%

R = 68.4%
G = 5.54%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D21150 (or 0xD21150) is known color: Ruby. HEX triplet: D2, 11 and 50. RGB value is (210,17,80). Sum of RGB (Red+Green+Blue) = 210+17+80=307 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.40% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 210 - color contains mainly: red. Hex color #D21150 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21150 is #2DEEAF. Grayscale: #515151. Windows color (decimal): -3010224 or 5247442. OLE color: 5247442.

HSL color Cylindrical-coordinate representation of color #D21150: hue angle of 340.41º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21150 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 17 80 -
CMYK 0 0.92 0.62 0.18
HSL 340.41º 0.85% 0.45% -
HSV(B) 340.41º 0.92% 0.82% -
XYZ 28.23 14.68 8.94 -
YUV 81.89 126.94 219.38 -
System Red Green Blue C M Y K H S L
Decimal 210 17 80 0 0.92 0.62 0.18 340.41 0.85 0.45
Hex D2 11 50 0 5C 3E 12 154 55 2D
Octal 322 21 120 0 134 76 22 524 125 55
Binary 11010010 10001 1010000 0 1011100 111110 10010 101010100 1010101 101101

Color Harmonies of #D21150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21150

Black with #D21150

Text Example


Text Example

White with #D21150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21150; }

 p { color: rgb(210,17,80); }

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

background-color css

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

 a { background-color: rgb(210,17,80); }

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

border-color css

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

 span { border-color: rgb(210,17,80); }

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