Html Css Color HEX #D5026B Ruby

📋 copy color: '#D5026B'

red 213 ◦ green 2 ◦ blue 107

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

Shades of Ruby #D5026B

Tints of Ruby #D5026B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.62%

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

R = 66.15%
G = 0.62%
B = 33.23%

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

#D5026B (or 0xD5026B) is known color: Ruby. HEX triplet: D5, 02 and 6B. RGB value is (213,2,107). Sum of RGB (Red+Green+Blue) = 213+2+107=322 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.15% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 213 - color contains mainly: red. Hex color #D5026B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5026B is #2AFD94. Grayscale: #4C4C4C. Windows color (decimal): -2817429 or 7013077. OLE color: 7013077.

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

Color convert

RGB 213 2 107 -
CMYK 0 0.99 0.50 0.16
HSL 330.14º 0.98% 0.42% -
HSV(B) 330.14º 0.99% 0.84% -
XYZ 30.12 15.25 15.27 -
YUV 77.06 144.9 224.96 -
System Red Green Blue C M Y K H S L
Decimal 213 2 107 0 0.99 0.50 0.16 330.14 0.98 0.42
Hex D5 2 6B 0 63 32 10 14A 62 2A
Octal 325 2 153 0 143 62 20 512 142 52
Binary 11010101 10 1101011 0 1100011 110010 10000 101001010 1100010 101010

Color Harmonies of #D5026B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5026B

Black with #D5026B

Text Example


Text Example

White with #D5026B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5026B; }

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

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

background-color css

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

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

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

border-color css

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

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

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