Html Css Color HEX #D2124F Ruby

📋 copy color: '#D2124F'

red 210 ◦ green 18 ◦ blue 79

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

Shades of Ruby #D2124F

Tints of Ruby #D2124F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.73%

R = 68.4%
G = 5.86%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D2124F (or 0xD2124F) is known color: Ruby. HEX triplet: D2, 12 and 4F. RGB value is (210,18,79). Sum of RGB (Red+Green+Blue) = 210+18+79=307 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.40% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 210 - color contains mainly: red. Hex color #D2124F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2124F is #2DEDB0. Grayscale: #525252. Windows color (decimal): -3009969 or 5182162. OLE color: 5182162.

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

Color convert

RGB 210 18 79 -
CMYK 0 0.91 0.62 0.18
HSL 340.94º 0.84% 0.45% -
HSV(B) 340.94º 0.91% 0.82% -
XYZ 28.21 14.7 8.75 -
YUV 82.36 126.11 219.04 -
System Red Green Blue C M Y K H S L
Decimal 210 18 79 0 0.91 0.62 0.18 340.94 0.84 0.45
Hex D2 12 4F 0 5B 3E 12 155 54 2D
Octal 322 22 117 0 133 76 22 525 124 55
Binary 11010010 10010 1001111 0 1011011 111110 10010 101010101 1010100 101101

Color Harmonies of #D2124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2124F

Black with #D2124F

Text Example


Text Example

White with #D2124F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2124F; }

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

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

background-color css

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

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

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

border-color css

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

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

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