Html Css Color HEX #D5036D Ruby

📋 copy color: '#D5036D'

red 213 ◦ green 3 ◦ blue 109

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

Shades of Ruby #D5036D

Tints of Ruby #D5036D

RGB

 RED value IS 213 (83.59% from 255) = 65.54%

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

 BLUE value IS 109 (42.97% from 255) = 33.54%

R = 65.54%
G = 0.92%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5036D (or 0xD5036D) is known color: Ruby. HEX triplet: D5, 03 and 6D. RGB value is (213,3,109). Sum of RGB (Red+Green+Blue) = 213+3+109=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D5036D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5036D is #2AFC92. Grayscale: #4D4D4D. Windows color (decimal): -2817171 or 7144405. OLE color: 7144405.

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

Color convert

RGB 213 3 109 -
CMYK 0 0.99 0.49 0.16
HSL 329.71º 0.97% 0.42% -
HSV(B) 329.71º 0.99% 0.84% -
XYZ 30.23 15.32 15.83 -
YUV 77.87 145.57 224.38 -
System Red Green Blue C M Y K H S L
Decimal 213 3 109 0 0.99 0.49 0.16 329.71 0.97 0.42
Hex D5 3 6D 0 63 31 10 14A 61 2A
Octal 325 3 155 0 143 61 20 512 141 52
Binary 11010101 11 1101101 0 1100011 110001 10000 101001010 1100001 101010

Color Harmonies of #D5036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5036D

Black with #D5036D

Text Example


Text Example

White with #D5036D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5036D; }

 p { color: rgb(213,3,109); }

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

background-color css

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

 a { background-color: rgb(213,3,109); }

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

border-color css

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

 span { border-color: rgb(213,3,109); }

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