Html Css Color HEX #D2036E Ruby

📋 copy color: '#D2036E'

red 210 ◦ green 3 ◦ blue 110

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

Shades of Ruby #D2036E

Tints of Ruby #D2036E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.93%

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

R = 65.02%
G = 0.93%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2036E (or 0xD2036E) is known color: Ruby. HEX triplet: D2, 03 and 6E. RGB value is (210,3,110). Sum of RGB (Red+Green+Blue) = 210+3+110=323 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.02% from 323); Green value is 3 (1.56% from 255 or 0.93% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 210 - color contains mainly: red. Hex color #D2036E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2036E is #2DFC91. Grayscale: #4C4C4C. Windows color (decimal): -3013778 or 7209938. OLE color: 7209938.

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

Color convert

RGB 210 3 110 -
CMYK 0 0.99 0.48 0.18
HSL 328.99º 0.97% 0.42% -
HSV(B) 328.99º 0.99% 0.82% -
XYZ 29.43 14.89 16.08 -
YUV 77.09 146.58 222.8 -
System Red Green Blue C M Y K H S L
Decimal 210 3 110 0 0.99 0.48 0.18 328.99 0.97 0.42
Hex D2 3 6E 0 63 30 12 149 61 2A
Octal 322 3 156 0 143 60 22 511 141 52
Binary 11010010 11 1101110 0 1100011 110000 10010 101001001 1100001 101010

Color Harmonies of #D2036E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2036E

Black with #D2036E

Text Example


Text Example

White with #D2036E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2036E; }

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

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

background-color css

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

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

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

border-color css

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

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

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