Html Css Color HEX #D21C60 Ruby

📋 copy color: '#D21C60'

red 210 ◦ green 28 ◦ blue 96

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

Shades of Ruby #D21C60

Tints of Ruby #D21C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.74%

R = 62.87%
G = 8.38%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D21C60 (or 0xD21C60) is known color: Ruby. HEX triplet: D2, 1C and 60. RGB value is (210,28,96). Sum of RGB (Red+Green+Blue) = 210+28+96=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 28 (11.33% from 255 or 8.38% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21C60 is #2DE39F. Grayscale: #5A5A5A. Windows color (decimal): -3007392 or 6298834. OLE color: 6298834.

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

Color convert

RGB 210 28 96 -
CMYK 0 0.87 0.54 0.18
HSL 337.58º 0.76% 0.47% -
HSV(B) 337.58º 0.87% 0.82% -
XYZ 29.1 15.38 12.5 -
YUV 90.17 131.3 213.47 -
System Red Green Blue C M Y K H S L
Decimal 210 28 96 0 0.87 0.54 0.18 337.58 0.76 0.47
Hex D2 1C 60 0 57 36 12 152 4C 2F
Octal 322 34 140 0 127 66 22 522 114 57
Binary 11010010 11100 1100000 0 1010111 110110 10010 101010010 1001100 101111

Color Harmonies of #D21C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21C60

Black with #D21C60

Text Example


Text Example

White with #D21C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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