Html Css Color HEX #D2155C Ruby

📋 copy color: '#D2155C'

red 210 ◦ green 21 ◦ blue 92

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

Shades of Ruby #D2155C

Tints of Ruby #D2155C

RGB

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

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

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

R = 65.02%
G = 6.5%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2155C (or 0xD2155C) is known color: Ruby. HEX triplet: D2, 15 and 5C. RGB value is (210,21,92). Sum of RGB (Red+Green+Blue) = 210+21+92=323 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.02% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 210 - color contains mainly: red. Hex color #D2155C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2155C is #2DEAA3. Grayscale: #555555. Windows color (decimal): -3009188 or 6034898. OLE color: 6034898.

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

Color convert

RGB 210 21 92 -
CMYK 0 0.90 0.56 0.18
HSL 337.46º 0.82% 0.45% -
HSV(B) 337.46º 0.9% 0.82% -
XYZ 28.78 15.01 11.51 -
YUV 85.61 131.62 216.73 -
System Red Green Blue C M Y K H S L
Decimal 210 21 92 0 0.90 0.56 0.18 337.46 0.82 0.45
Hex D2 15 5C 0 5A 38 12 151 52 2D
Octal 322 25 134 0 132 70 22 521 122 55
Binary 11010010 10101 1011100 0 1011010 111000 10010 101010001 1010010 101101

Color Harmonies of #D2155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2155C

Black with #D2155C

Text Example


Text Example

White with #D2155C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2155C; }

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

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

background-color css

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

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

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

border-color css

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

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

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