Html Css Color HEX #D5056B Ruby

📋 copy color: '#D5056B'

red 213 ◦ green 5 ◦ blue 107

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

Shades of Ruby #D5056B

Tints of Ruby #D5056B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.54%

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

R = 65.54%
G = 1.54%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5056B (or 0xD5056B) is known color: Ruby. HEX triplet: D5, 05 and 6B. RGB value is (213,5,107). Sum of RGB (Red+Green+Blue) = 213+5+107=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D5056B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5056B is #2AFA94. Grayscale: #4E4E4E. Windows color (decimal): -2816661 or 7013845. OLE color: 7013845.

HSL color Cylindrical-coordinate representation of color #D5056B: hue angle of 330.58º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D5056B is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 5 107 -
CMYK 0 0.98 0.50 0.16
HSL 330.58º 0.95% 0.43% -
HSV(B) 330.58º 0.98% 0.84% -
XYZ 30.15 15.32 15.28 -
YUV 78.82 143.91 223.71 -
System Red Green Blue C M Y K H S L
Decimal 213 5 107 0 0.98 0.50 0.16 330.58 0.95 0.43
Hex D5 5 6B 0 62 32 10 14B 5F 2B
Octal 325 5 153 0 142 62 20 513 137 53
Binary 11010101 101 1101011 0 1100010 110010 10000 101001011 1011111 101011

Color Harmonies of #D5056B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5056B

Black with #D5056B

Text Example


Text Example

White with #D5056B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5056B; }

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

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

background-color css

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

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

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

border-color css

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

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

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