Html Css Color HEX #D2056E Ruby

📋 copy color: '#D2056E'

red 210 ◦ green 5 ◦ blue 110

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

Shades of Ruby #D2056E

Tints of Ruby #D2056E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.54%

 BLUE value IS 110 (43.36% from 255) = 33.85%

R = 64.62%
G = 1.54%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2056E (or 0xD2056E) is known color: Ruby. HEX triplet: D2, 05 and 6E. RGB value is (210,5,110). Sum of RGB (Red+Green+Blue) = 210+5+110=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D2056E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2056E is #2DFA91. Grayscale: #4E4E4E. Windows color (decimal): -3013266 or 7210450. OLE color: 7210450.

HSL color Cylindrical-coordinate representation of color #D2056E: hue angle of 329.27º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D2056E is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 5 110 -
CMYK 0 0.98 0.48 0.18
HSL 329.27º 0.95% 0.42% -
HSV(B) 329.27º 0.98% 0.82% -
XYZ 29.45 14.94 16.08 -
YUV 78.27 145.92 221.96 -
System Red Green Blue C M Y K H S L
Decimal 210 5 110 0 0.98 0.48 0.18 329.27 0.95 0.42
Hex D2 5 6E 0 62 30 12 149 5F 2A
Octal 322 5 156 0 142 60 22 511 137 52
Binary 11010010 101 1101110 0 1100010 110000 10010 101001001 1011111 101010

Color Harmonies of #D2056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2056E

Black with #D2056E

Text Example


Text Example

White with #D2056E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2056E; }

 p { color: rgb(210,5,110); }

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

background-color css

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

 a { background-color: rgb(210,5,110); }

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

border-color css

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

 span { border-color: rgb(210,5,110); }

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