Html Css Color HEX #D2196B Ruby

📋 copy color: '#D2196B'

red 210 ◦ green 25 ◦ blue 107

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

Shades of Ruby #D2196B

Tints of Ruby #D2196B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.29%

R = 61.4%
G = 7.31%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D2196B (or 0xD2196B) is known color: Ruby. HEX triplet: D2, 19 and 6B. RGB value is (210,25,107). Sum of RGB (Red+Green+Blue) = 210+25+107=342 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.40% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 210 - color contains mainly: red. Hex color #D2196B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2196B is #2DE694. Grayscale: #595959. Windows color (decimal): -3008149 or 7018962. OLE color: 7018962.

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

Color convert

RGB 210 25 107 -
CMYK 0 0.88 0.49 0.18
HSL 333.41º 0.79% 0.46% -
HSV(B) 333.41º 0.88% 0.82% -
XYZ 29.58 15.46 15.33 -
YUV 89.66 137.79 213.83 -
System Red Green Blue C M Y K H S L
Decimal 210 25 107 0 0.88 0.49 0.18 333.41 0.79 0.46
Hex D2 19 6B 0 58 31 12 14D 4F 2E
Octal 322 31 153 0 130 61 22 515 117 56
Binary 11010010 11001 1101011 0 1011000 110001 10010 101001101 1001111 101110

Color Harmonies of #D2196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2196B

Black with #D2196B

Text Example


Text Example

White with #D2196B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2196B; }

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

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

background-color css

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

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

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

border-color css

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

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

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