Html Css Color HEX #D2196F Ruby

📋 copy color: '#D2196F'

red 210 ◦ green 25 ◦ blue 111

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

Shades of Ruby #D2196F

Tints of Ruby #D2196F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.23%

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

R = 60.69%
G = 7.23%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D2196F (or 0xD2196F) is known color: Ruby. HEX triplet: D2, 19 and 6F. RGB value is (210,25,111). Sum of RGB (Red+Green+Blue) = 210+25+111=346 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.69% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 210 - color contains mainly: red. Hex color #D2196F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2196F is #2DE690. Grayscale: #595959. Windows color (decimal): -3008145 or 7281106. OLE color: 7281106.

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

Color convert

RGB 210 25 111 -
CMYK 0 0.88 0.47 0.18
HSL 332.11º 0.79% 0.46% -
HSV(B) 332.11º 0.88% 0.82% -
XYZ 29.8 15.54 16.47 -
YUV 90.12 139.79 213.51 -
System Red Green Blue C M Y K H S L
Decimal 210 25 111 0 0.88 0.47 0.18 332.11 0.79 0.46
Hex D2 19 6F 0 58 2F 12 14C 4F 2E
Octal 322 31 157 0 130 57 22 514 117 56
Binary 11010010 11001 1101111 0 1011000 101111 10010 101001100 1001111 101110

Color Harmonies of #D2196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2196F

Black with #D2196F

Text Example


Text Example

White with #D2196F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2196F; }

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

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

background-color css

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

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

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

border-color css

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

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

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