Html Css Color HEX #D2156F Ruby

📋 copy color: '#D2156F'

red 210 ◦ green 21 ◦ blue 111

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

Shades of Ruby #D2156F

Tints of Ruby #D2156F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.46%

R = 61.4%
G = 6.14%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D2156F (or 0xD2156F) is known color: Ruby. HEX triplet: D2, 15 and 6F. RGB value is (210,21,111). Sum of RGB (Red+Green+Blue) = 210+21+111=342 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.40% from 342); Green value is 21 (8.59% from 255 or 6.14% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 210 - color contains mainly: red. Hex color #D2156F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2156F is #2DEA90. Grayscale: #575757. Windows color (decimal): -3009169 or 7280082. OLE color: 7280082.

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

Color convert

RGB 210 21 111 -
CMYK 0 0.90 0.47 0.18
HSL 331.43º 0.82% 0.45% -
HSV(B) 331.43º 0.9% 0.82% -
XYZ 29.72 15.39 16.44 -
YUV 87.77 141.12 215.18 -
System Red Green Blue C M Y K H S L
Decimal 210 21 111 0 0.90 0.47 0.18 331.43 0.82 0.45
Hex D2 15 6F 0 5A 2F 12 14B 52 2D
Octal 322 25 157 0 132 57 22 513 122 55
Binary 11010010 10101 1101111 0 1011010 101111 10010 101001011 1010010 101101

Color Harmonies of #D2156F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2156F

Black with #D2156F

Text Example


Text Example

White with #D2156F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2156F; }

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

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

background-color css

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

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

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

border-color css

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

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

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