Html Css Color HEX #D2155F Ruby

📋 copy color: '#D2155F'

red 210 ◦ green 21 ◦ blue 95

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

Shades of Ruby #D2155F

Tints of Ruby #D2155F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.14%

R = 64.42%
G = 6.44%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D2155F (or 0xD2155F) is known color: Ruby. HEX triplet: D2, 15 and 5F. RGB value is (210,21,95). Sum of RGB (Red+Green+Blue) = 210+21+95=326 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.42% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 210 - color contains mainly: red. Hex color #D2155F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2155F is #2DEAA0. Grayscale: #555555. Windows color (decimal): -3009185 or 6231506. OLE color: 6231506.

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

Color convert

RGB 210 21 95 -
CMYK 0 0.90 0.55 0.18
HSL 336.51º 0.82% 0.45% -
HSV(B) 336.51º 0.9% 0.82% -
XYZ 28.91 15.06 12.21 -
YUV 85.95 133.12 216.48 -
System Red Green Blue C M Y K H S L
Decimal 210 21 95 0 0.90 0.55 0.18 336.51 0.82 0.45
Hex D2 15 5F 0 5A 37 12 151 52 2D
Octal 322 25 137 0 132 67 22 521 122 55
Binary 11010010 10101 1011111 0 1011010 110111 10010 101010001 1010010 101101

Color Harmonies of #D2155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2155F

Black with #D2155F

Text Example


Text Example

White with #D2155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2155F; }

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

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

background-color css

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

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

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

border-color css

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

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

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