Html Css Color HEX #D2185F Ruby

📋 copy color: '#D2185F'

red 210 ◦ green 24 ◦ blue 95

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

Shades of Ruby #D2185F

Tints of Ruby #D2185F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.29%

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

R = 63.83%
G = 7.29%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D2185F (or 0xD2185F) is known color: Ruby. HEX triplet: D2, 18 and 5F. RGB value is (210,24,95). Sum of RGB (Red+Green+Blue) = 210+24+95=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D2185F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2185F is #2DE7A0. Grayscale: #575757. Windows color (decimal): -3008417 or 6232274. OLE color: 6232274.

HSL color Cylindrical-coordinate representation of color #D2185F: hue angle of 337.1º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D2185F is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 24 95 -
CMYK 0 0.89 0.55 0.18
HSL 337.1º 0.79% 0.46% -
HSV(B) 337.1º 0.89% 0.82% -
XYZ 28.97 15.18 12.23 -
YUV 87.71 132.12 215.23 -
System Red Green Blue C M Y K H S L
Decimal 210 24 95 0 0.89 0.55 0.18 337.1 0.79 0.46
Hex D2 18 5F 0 59 37 12 151 4F 2E
Octal 322 30 137 0 131 67 22 521 117 56
Binary 11010010 11000 1011111 0 1011001 110111 10010 101010001 1001111 101110

Color Harmonies of #D2185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2185F

Black with #D2185F

Text Example


Text Example

White with #D2185F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2185F; }

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

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

background-color css

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

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

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

border-color css

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

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

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