Html Css Color HEX #D2156E Ruby

📋 copy color: '#D2156E'

red 210 ◦ green 21 ◦ blue 110

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

Shades of Ruby #D2156E

Tints of Ruby #D2156E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.16%

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

R = 61.58%
G = 6.16%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2156E (or 0xD2156E) is known color: Ruby. HEX triplet: D2, 15 and 6E. RGB value is (210,21,110). Sum of RGB (Red+Green+Blue) = 210+21+110=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D2156E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2156E is #2DEA91. Grayscale: #575757. Windows color (decimal): -3009170 or 7214546. OLE color: 7214546.

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

Color convert

RGB 210 21 110 -
CMYK 0 0.90 0.48 0.18
HSL 331.75º 0.82% 0.45% -
HSV(B) 331.75º 0.9% 0.82% -
XYZ 29.66 15.36 16.15 -
YUV 87.66 140.62 215.26 -
System Red Green Blue C M Y K H S L
Decimal 210 21 110 0 0.90 0.48 0.18 331.75 0.82 0.45
Hex D2 15 6E 0 5A 30 12 14C 52 2D
Octal 322 25 156 0 132 60 22 514 122 55
Binary 11010010 10101 1101110 0 1011010 110000 10010 101001100 1010010 101101

Color Harmonies of #D2156E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2156E

Black with #D2156E

Text Example


Text Example

White with #D2156E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2156E; }

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

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

background-color css

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

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

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

border-color css

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

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

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