Html Css Color HEX #D21D71 Ruby

📋 copy color: '#D21D71'

red 210 ◦ green 29 ◦ blue 113

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

Shades of Ruby #D21D71

Tints of Ruby #D21D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.1%

R = 59.66%
G = 8.24%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D21D71 (or 0xD21D71) is known color: Ruby. HEX triplet: D2, 1D and 71. RGB value is (210,29,113). Sum of RGB (Red+Green+Blue) = 210+29+113=352 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.66% from 352); Green value is 29 (11.72% from 255 or 8.24% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 210 - color contains mainly: red. Hex color #D21D71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21D71 is #2DE28E. Grayscale: #5C5C5C. Windows color (decimal): -3007119 or 7413202. OLE color: 7413202.

HSL color Cylindrical-coordinate representation of color #D21D71: hue angle of 332.15º 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 #D21D71 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 29 113 -
CMYK 0 0.86 0.46 0.18
HSL 332.15º 0.76% 0.47% -
HSV(B) 332.15º 0.86% 0.82% -
XYZ 30 15.77 17.09 -
YUV 92.7 139.47 211.67 -
System Red Green Blue C M Y K H S L
Decimal 210 29 113 0 0.86 0.46 0.18 332.15 0.76 0.47
Hex D2 1D 71 0 56 2E 12 14C 4C 2F
Octal 322 35 161 0 126 56 22 514 114 57
Binary 11010010 11101 1110001 0 1010110 101110 10010 101001100 1001100 101111

Color Harmonies of #D21D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21D71

Black with #D21D71

Text Example


Text Example

White with #D21D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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