Html Css Color HEX #D2185E Ruby

📋 copy color: '#D2185E'

red 210 ◦ green 24 ◦ blue 94

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

Shades of Ruby #D2185E

Tints of Ruby #D2185E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.66%

R = 64.02%
G = 7.32%
B = 28.66%

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

#D2185E (or 0xD2185E) is known color: Ruby. HEX triplet: D2, 18 and 5E. RGB value is (210,24,94). Sum of RGB (Red+Green+Blue) = 210+24+94=328 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.02% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 210 - color contains mainly: red. Hex color #D2185E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2185E is #2DE7A1. Grayscale: #575757. Windows color (decimal): -3008418 or 6166738. OLE color: 6166738.

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

Color convert

RGB 210 24 94 -
CMYK 0 0.89 0.55 0.18
HSL 337.42º 0.79% 0.46% -
HSV(B) 337.42º 0.89% 0.82% -
XYZ 28.93 15.16 11.99 -
YUV 87.59 131.62 215.31 -
System Red Green Blue C M Y K H S L
Decimal 210 24 94 0 0.89 0.55 0.18 337.42 0.79 0.46
Hex D2 18 5E 0 59 37 12 151 4F 2E
Octal 322 30 136 0 131 67 22 521 117 56
Binary 11010010 11000 1011110 0 1011001 110111 10010 101010001 1001111 101110

Color Harmonies of #D2185E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2185E

Black with #D2185E

Text Example


Text Example

White with #D2185E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2185E; }

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

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

background-color css

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

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

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

border-color css

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

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

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