Html Css Color HEX #D21E70 Ruby

📋 copy color: '#D21E70'

red 210 ◦ green 30 ◦ blue 112

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

Shades of Ruby #D21E70

Tints of Ruby #D21E70

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.52%

 BLUE value IS 112 (44.14% from 255) = 31.82%

R = 59.66%
G = 8.52%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D21E70 (or 0xD21E70) is known color: Ruby. HEX triplet: D2, 1E and 70. RGB value is (210,30,112). Sum of RGB (Red+Green+Blue) = 210+30+112=352 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.66% from 352); Green value is 30 (12.11% from 255 or 8.52% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21E70 is #2DE18F. Grayscale: #5D5D5D. Windows color (decimal): -3006864 or 7347922. OLE color: 7347922.

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

Color convert

RGB 210 30 112 -
CMYK 0 0.86 0.47 0.18
HSL 332.67º 0.75% 0.47% -
HSV(B) 332.67º 0.86% 0.82% -
XYZ 29.97 15.8 16.8 -
YUV 93.17 138.63 211.33 -
System Red Green Blue C M Y K H S L
Decimal 210 30 112 0 0.86 0.47 0.18 332.67 0.75 0.47
Hex D2 1E 70 0 56 2F 12 14D 4B 2F
Octal 322 36 160 0 126 57 22 515 113 57
Binary 11010010 11110 1110000 0 1010110 101111 10010 101001101 1001011 101111

Color Harmonies of #D21E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21E70

Black with #D21E70

Text Example


Text Example

White with #D21E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21E70; }

 p { color: rgb(210,30,112); }

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

background-color css

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

 a { background-color: rgb(210,30,112); }

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

border-color css

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

 span { border-color: rgb(210,30,112); }

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