Html Css Color HEX #D5036B Ruby

📋 copy color: '#D5036B'

red 213 ◦ green 3 ◦ blue 107

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

Shades of Ruby #D5036B

Tints of Ruby #D5036B

RGB

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

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

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

R = 65.94%
G = 0.93%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5036B (or 0xD5036B) is known color: Ruby. HEX triplet: D5, 03 and 6B. RGB value is (213,3,107). Sum of RGB (Red+Green+Blue) = 213+3+107=323 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.94% from 323); Green value is 3 (1.56% from 255 or 0.93% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 213 - color contains mainly: red. Hex color #D5036B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5036B is #2AFC94. Grayscale: #4D4D4D. Windows color (decimal): -2817173 or 7013333. OLE color: 7013333.

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

Color convert

RGB 213 3 107 -
CMYK 0 0.99 0.50 0.16
HSL 330.29º 0.97% 0.42% -
HSV(B) 330.29º 0.99% 0.84% -
XYZ 30.13 15.27 15.27 -
YUV 77.65 144.57 224.54 -
System Red Green Blue C M Y K H S L
Decimal 213 3 107 0 0.99 0.50 0.16 330.29 0.97 0.42
Hex D5 3 6B 0 63 32 10 14A 61 2A
Octal 325 3 153 0 143 62 20 512 141 52
Binary 11010101 11 1101011 0 1100011 110010 10000 101001010 1100001 101010

Color Harmonies of #D5036B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5036B

Black with #D5036B

Text Example


Text Example

White with #D5036B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5036B; }

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

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

background-color css

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

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

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

border-color css

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

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

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