Html Css Color HEX #D21270 Ruby

📋 copy color: '#D21270'

red 210 ◦ green 18 ◦ blue 112

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

Shades of Ruby #D21270

Tints of Ruby #D21270

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.29%

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

R = 61.76%
G = 5.29%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D21270 (or 0xD21270) is known color: Ruby. HEX triplet: D2, 12 and 70. RGB value is (210,18,112). Sum of RGB (Red+Green+Blue) = 210+18+112=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D21270 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21270 is #2DED8F. Grayscale: #555555. Windows color (decimal): -3009936 or 7344850. OLE color: 7344850.

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

Color convert

RGB 210 18 112 -
CMYK 0 0.91 0.47 0.18
HSL 330.63º 0.84% 0.45% -
HSV(B) 330.63º 0.91% 0.82% -
XYZ 29.72 15.3 16.72 -
YUV 86.12 142.61 216.36 -
System Red Green Blue C M Y K H S L
Decimal 210 18 112 0 0.91 0.47 0.18 330.63 0.84 0.45
Hex D2 12 70 0 5B 2F 12 14B 54 2D
Octal 322 22 160 0 133 57 22 513 124 55
Binary 11010010 10010 1110000 0 1011011 101111 10010 101001011 1010100 101101

Color Harmonies of #D21270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21270

Black with #D21270

Text Example


Text Example

White with #D21270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21270; }

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

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

background-color css

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

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

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

border-color css

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

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

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