Html Css Color HEX #D21D57 Ruby

📋 copy color: '#D21D57'

red 210 ◦ green 29 ◦ blue 87

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

Shades of Ruby #D21D57

Tints of Ruby #D21D57

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.9%

 BLUE value IS 87 (34.38% from 255) = 26.69%

R = 64.42%
G = 8.9%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D21D57 (or 0xD21D57) is known color: Ruby. HEX triplet: D2, 1D and 57. RGB value is (210,29,87). Sum of RGB (Red+Green+Blue) = 210+29+87=326 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.42% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 87 (34.38% from 255 or 26.69% from 326); Max value from RGB is 210 - color contains mainly: red. Hex color #D21D57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21D57 is #2DE2A8. Grayscale: #595959. Windows color (decimal): -3007145 or 5709266. OLE color: 5709266.

HSL color Cylindrical-coordinate representation of color #D21D57: hue angle of 340.77º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D21D57 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 29 87 -
CMYK 0 0.86 0.59 0.18
HSL 340.77º 0.76% 0.47% -
HSV(B) 340.77º 0.86% 0.82% -
XYZ 28.74 15.27 10.45 -
YUV 89.73 126.47 213.78 -
System Red Green Blue C M Y K H S L
Decimal 210 29 87 0 0.86 0.59 0.18 340.77 0.76 0.47
Hex D2 1D 57 0 56 3B 12 155 4C 2F
Octal 322 35 127 0 126 73 22 525 114 57
Binary 11010010 11101 1010111 0 1010110 111011 10010 101010101 1001100 101111

Color Harmonies of #D21D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21D57

Black with #D21D57

Text Example


Text Example

White with #D21D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21D57; }

 p { color: rgb(210,29,87); }

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

background-color css

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

 a { background-color: rgb(210,29,87); }

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

border-color css

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

 span { border-color: rgb(210,29,87); }

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