Html Css Color HEX #D21470 Ruby

📋 copy color: '#D21470'

red 210 ◦ green 20 ◦ blue 112

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

Shades of Ruby #D21470

Tints of Ruby #D21470

RGB

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

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

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

R = 61.4%
G = 5.85%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D21470 (or 0xD21470) is known color: Ruby. HEX triplet: D2, 14 and 70. RGB value is (210,20,112). Sum of RGB (Red+Green+Blue) = 210+20+112=342 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.40% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 210 - color contains mainly: red. Hex color #D21470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21470 is #2DEB8F. Grayscale: #575757. Windows color (decimal): -3009424 or 7345362. OLE color: 7345362.

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

Color convert

RGB 210 20 112 -
CMYK 0 0.90 0.47 0.18
HSL 330.95º 0.83% 0.45% -
HSV(B) 330.95º 0.9% 0.82% -
XYZ 29.75 15.37 16.73 -
YUV 87.3 141.95 215.52 -
System Red Green Blue C M Y K H S L
Decimal 210 20 112 0 0.90 0.47 0.18 330.95 0.83 0.45
Hex D2 14 70 0 5A 2F 12 14B 53 2D
Octal 322 24 160 0 132 57 22 513 123 55
Binary 11010010 10100 1110000 0 1011010 101111 10010 101001011 1010011 101101

Color Harmonies of #D21470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21470

Black with #D21470

Text Example


Text Example

White with #D21470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21470; }

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

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

background-color css

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

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

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

border-color css

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

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

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