Html Css Color HEX #D2125C Ruby

📋 copy color: '#D2125C'

red 210 ◦ green 18 ◦ blue 92

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

Shades of Ruby #D2125C

Tints of Ruby #D2125C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.75%

R = 65.63%
G = 5.63%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2125C (or 0xD2125C) is known color: Ruby. HEX triplet: D2, 12 and 5C. RGB value is (210,18,92). Sum of RGB (Red+Green+Blue) = 210+18+92=320 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.62% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 210 - color contains mainly: red. Hex color #D2125C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2125C is #2DEDA3. Grayscale: #535353. Windows color (decimal): -3009956 or 6034130. OLE color: 6034130.

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

Color convert

RGB 210 18 92 -
CMYK 0 0.91 0.56 0.18
HSL 336.88º 0.84% 0.45% -
HSV(B) 336.88º 0.91% 0.82% -
XYZ 28.73 14.91 11.49 -
YUV 83.84 132.61 217.98 -
System Red Green Blue C M Y K H S L
Decimal 210 18 92 0 0.91 0.56 0.18 336.88 0.84 0.45
Hex D2 12 5C 0 5B 38 12 151 54 2D
Octal 322 22 134 0 133 70 22 521 124 55
Binary 11010010 10010 1011100 0 1011011 111000 10010 101010001 1010100 101101

Color Harmonies of #D2125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2125C

Black with #D2125C

Text Example


Text Example

White with #D2125C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2125C; }

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

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

background-color css

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

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

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

border-color css

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

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

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