Html Css Color HEX #D21F70 Ruby

📋 copy color: '#D21F70'

red 210 ◦ green 31 ◦ blue 112

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

Shades of Ruby #D21F70

Tints of Ruby #D21F70

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.78%

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

R = 59.49%
G = 8.78%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D21F70 (or 0xD21F70) is known color: Ruby. HEX triplet: D2, 1F and 70. RGB value is (210,31,112). Sum of RGB (Red+Green+Blue) = 210+31+112=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21F70 is #2DE08F. Grayscale: #5D5D5D. Windows color (decimal): -3006608 or 7348178. OLE color: 7348178.

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

Color convert

RGB 210 31 112 -
CMYK 0 0.85 0.47 0.18
HSL 332.85º 0.74% 0.47% -
HSV(B) 332.85º 0.85% 0.82% -
XYZ 29.99 15.85 16.81 -
YUV 93.76 138.3 210.91 -
System Red Green Blue C M Y K H S L
Decimal 210 31 112 0 0.85 0.47 0.18 332.85 0.74 0.47
Hex D2 1F 70 0 55 2F 12 14D 4A 2F
Octal 322 37 160 0 125 57 22 515 112 57
Binary 11010010 11111 1110000 0 1010101 101111 10010 101001101 1001010 101111

Color Harmonies of #D21F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21F70

Black with #D21F70

Text Example


Text Example

White with #D21F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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