Html Css Color HEX #D2126D Ruby

📋 copy color: '#D2126D'

red 210 ◦ green 18 ◦ blue 109

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

Shades of Ruby #D2126D

Tints of Ruby #D2126D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.34%

R = 62.31%
G = 5.34%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2126D (or 0xD2126D) is known color: Ruby. HEX triplet: D2, 12 and 6D. RGB value is (210,18,109). Sum of RGB (Red+Green+Blue) = 210+18+109=337 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.31% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 210 - color contains mainly: red. Hex color #D2126D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2126D is #2DED92. Grayscale: #555555. Windows color (decimal): -3009939 or 7148242. OLE color: 7148242.

HSL color Cylindrical-coordinate representation of color #D2126D: hue angle of 331.56º 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 #D2126D is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 18 109 -
CMYK 0 0.91 0.48 0.18
HSL 331.56º 0.84% 0.45% -
HSV(B) 331.56º 0.91% 0.82% -
XYZ 29.55 15.24 15.85 -
YUV 85.78 141.11 216.6 -
System Red Green Blue C M Y K H S L
Decimal 210 18 109 0 0.91 0.48 0.18 331.56 0.84 0.45
Hex D2 12 6D 0 5B 30 12 14C 54 2D
Octal 322 22 155 0 133 60 22 514 124 55
Binary 11010010 10010 1101101 0 1011011 110000 10010 101001100 1010100 101101

Color Harmonies of #D2126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2126D

Black with #D2126D

Text Example


Text Example

White with #D2126D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2126D; }

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

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

background-color css

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

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

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

border-color css

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

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

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