Html Css Color HEX #D2136A Ruby

📋 copy color: '#D2136A'

red 210 ◦ green 19 ◦ blue 106

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

Shades of Ruby #D2136A

Tints of Ruby #D2136A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.64%

R = 62.69%
G = 5.67%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D2136A (or 0xD2136A) is known color: Ruby. HEX triplet: D2, 13 and 6A. RGB value is (210,19,106). Sum of RGB (Red+Green+Blue) = 210+19+106=335 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.69% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 210 - color contains mainly: red. Hex color #D2136A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2136A is #2DEC95. Grayscale: #555555. Windows color (decimal): -3009686 or 6951890. OLE color: 6951890.

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

Color convert

RGB 210 19 106 -
CMYK 0 0.91 0.50 0.18
HSL 332.67º 0.83% 0.45% -
HSV(B) 332.67º 0.91% 0.82% -
XYZ 29.41 15.21 15.02 -
YUV 86.03 139.28 216.43 -
System Red Green Blue C M Y K H S L
Decimal 210 19 106 0 0.91 0.50 0.18 332.67 0.83 0.45
Hex D2 13 6A 0 5B 32 12 14D 53 2D
Octal 322 23 152 0 133 62 22 515 123 55
Binary 11010010 10011 1101010 0 1011011 110010 10010 101001101 1010011 101101

Color Harmonies of #D2136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2136A

Black with #D2136A

Text Example


Text Example

White with #D2136A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2136A; }

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

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

background-color css

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

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

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

border-color css

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

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

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