Html Css Color HEX #D21C5E Ruby

📋 copy color: '#D21C5E'

red 210 ◦ green 28 ◦ blue 94

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

Shades of Ruby #D21C5E

Tints of Ruby #D21C5E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.43%

 BLUE value IS 94 (37.11% from 255) = 28.31%

R = 63.25%
G = 8.43%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D21C5E (or 0xD21C5E) is known color: Ruby. HEX triplet: D2, 1C and 5E. RGB value is (210,28,94). Sum of RGB (Red+Green+Blue) = 210+28+94=332 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.25% from 332); Green value is 28 (11.33% from 255 or 8.43% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21C5E is #2DE3A1. Grayscale: #595959. Windows color (decimal): -3007394 or 6167762. OLE color: 6167762.

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

Color convert

RGB 210 28 94 -
CMYK 0 0.87 0.55 0.18
HSL 338.24º 0.76% 0.47% -
HSV(B) 338.24º 0.87% 0.82% -
XYZ 29.01 15.34 12.02 -
YUV 89.94 130.3 213.63 -
System Red Green Blue C M Y K H S L
Decimal 210 28 94 0 0.87 0.55 0.18 338.24 0.76 0.47
Hex D2 1C 5E 0 57 37 12 152 4C 2F
Octal 322 34 136 0 127 67 22 522 114 57
Binary 11010010 11100 1011110 0 1010111 110111 10010 101010010 1001100 101111

Color Harmonies of #D21C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21C5E

Black with #D21C5E

Text Example


Text Example

White with #D21C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21C5E; }

 p { color: rgb(210,28,94); }

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

background-color css

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

 a { background-color: rgb(210,28,94); }

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

border-color css

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

 span { border-color: rgb(210,28,94); }

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