Html Css Color HEX #D2136E Ruby

📋 copy color: '#D2136E'

red 210 ◦ green 19 ◦ blue 110

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

Shades of Ruby #D2136E

Tints of Ruby #D2136E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.6%

 BLUE value IS 110 (43.36% from 255) = 32.45%

R = 61.95%
G = 5.6%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2136E (or 0xD2136E) is known color: Ruby. HEX triplet: D2, 13 and 6E. RGB value is (210,19,110). Sum of RGB (Red+Green+Blue) = 210+19+110=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D2136E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2136E is #2DEC91. Grayscale: #565656. Windows color (decimal): -3009682 or 7214034. OLE color: 7214034.

HSL color Cylindrical-coordinate representation of color #D2136E: hue angle of 331.41º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D2136E is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 19 110 -
CMYK 0 0.91 0.48 0.18
HSL 331.41º 0.83% 0.45% -
HSV(B) 331.41º 0.91% 0.82% -
XYZ 29.63 15.29 16.14 -
YUV 86.48 141.28 216.1 -
System Red Green Blue C M Y K H S L
Decimal 210 19 110 0 0.91 0.48 0.18 331.41 0.83 0.45
Hex D2 13 6E 0 5B 30 12 14B 53 2D
Octal 322 23 156 0 133 60 22 513 123 55
Binary 11010010 10011 1101110 0 1011011 110000 10010 101001011 1010011 101101

Color Harmonies of #D2136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2136E

Black with #D2136E

Text Example


Text Example

White with #D2136E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2136E; }

 p { color: rgb(210,19,110); }

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

background-color css

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

 a { background-color: rgb(210,19,110); }

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

border-color css

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

 span { border-color: rgb(210,19,110); }

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