Html Css Color HEX #D2124E Ruby

📋 copy color: '#D2124E'

red 210 ◦ green 18 ◦ blue 78

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

Shades of Ruby #D2124E

Tints of Ruby #D2124E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.88%

 BLUE value IS 78 (30.86% from 255) = 25.49%

R = 68.63%
G = 5.88%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D2124E (or 0xD2124E) is known color: Ruby. HEX triplet: D2, 12 and 4E. RGB value is (210,18,78). Sum of RGB (Red+Green+Blue) = 210+18+78=306 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.63% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 210 - color contains mainly: red. Hex color #D2124E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2124E is #2DEDB1. Grayscale: #525252. Windows color (decimal): -3009970 or 5116626. OLE color: 5116626.

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

Color convert

RGB 210 18 78 -
CMYK 0 0.91 0.63 0.18
HSL 341.25º 0.84% 0.45% -
HSV(B) 341.25º 0.91% 0.82% -
XYZ 28.17 14.68 8.56 -
YUV 82.25 125.61 219.12 -
System Red Green Blue C M Y K H S L
Decimal 210 18 78 0 0.91 0.63 0.18 341.25 0.84 0.45
Hex D2 12 4E 0 5B 3F 12 155 54 2D
Octal 322 22 116 0 133 77 22 525 124 55
Binary 11010010 10010 1001110 0 1011011 111111 10010 101010101 1010100 101101

Color Harmonies of #D2124E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2124E

Black with #D2124E

Text Example


Text Example

White with #D2124E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2124E; }

 p { color: rgb(210,18,78); }

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

background-color css

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

 a { background-color: rgb(210,18,78); }

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

border-color css

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

 span { border-color: rgb(210,18,78); }

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