Html Css Color HEX #D21471 Ruby

📋 copy color: '#D21471'

red 210 ◦ green 20 ◦ blue 113

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

Shades of Ruby #D21471

Tints of Ruby #D21471

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.83%

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

R = 61.22%
G = 5.83%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D21471 (or 0xD21471) is known color: Ruby. HEX triplet: D2, 14 and 71. RGB value is (210,20,113). Sum of RGB (Red+Green+Blue) = 210+20+113=343 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.22% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 210 - color contains mainly: red. Hex color #D21471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21471 is #2DEB8E. Grayscale: #575757. Windows color (decimal): -3009423 or 7410898. OLE color: 7410898.

HSL color Cylindrical-coordinate representation of color #D21471: hue angle of 330.63º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21471 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 20 113 -
CMYK 0 0.90 0.46 0.18
HSL 330.63º 0.83% 0.45% -
HSV(B) 330.63º 0.9% 0.82% -
XYZ 29.81 15.39 17.02 -
YUV 87.41 142.45 215.44 -
System Red Green Blue C M Y K H S L
Decimal 210 20 113 0 0.90 0.46 0.18 330.63 0.83 0.45
Hex D2 14 71 0 5A 2E 12 14B 53 2D
Octal 322 24 161 0 132 56 22 513 123 55
Binary 11010010 10100 1110001 0 1011010 101110 10010 101001011 1010011 101101

Color Harmonies of #D21471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21471

Black with #D21471

Text Example


Text Example

White with #D21471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21471; }

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

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

background-color css

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

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

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

border-color css

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

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

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