Html Css Color HEX #D21E62 Ruby

📋 copy color: '#D21E62'

red 210 ◦ green 30 ◦ blue 98

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

Shades of Ruby #D21E62

Tints of Ruby #D21E62

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.88%

 BLUE value IS 98 (38.67% from 255) = 28.99%

R = 62.13%
G = 8.88%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D21E62 (or 0xD21E62) is known color: Ruby. HEX triplet: D2, 1E and 62. RGB value is (210,30,98). Sum of RGB (Red+Green+Blue) = 210+30+98=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 30 (12.11% from 255 or 8.88% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21E62 is #2DE19D. Grayscale: #5B5B5B. Windows color (decimal): -3006878 or 6430418. OLE color: 6430418.

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

Color convert

RGB 210 30 98 -
CMYK 0 0.86 0.53 0.18
HSL 337.33º 0.75% 0.47% -
HSV(B) 337.33º 0.86% 0.82% -
XYZ 29.25 15.51 13.01 -
YUV 91.57 131.63 212.47 -
System Red Green Blue C M Y K H S L
Decimal 210 30 98 0 0.86 0.53 0.18 337.33 0.75 0.47
Hex D2 1E 62 0 56 35 12 151 4B 2F
Octal 322 36 142 0 126 65 22 521 113 57
Binary 11010010 11110 1100010 0 1010110 110101 10010 101010001 1001011 101111

Color Harmonies of #D21E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21E62

Black with #D21E62

Text Example


Text Example

White with #D21E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21E62; }

 p { color: rgb(210,30,98); }

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

background-color css

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

 a { background-color: rgb(210,30,98); }

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

border-color css

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

 span { border-color: rgb(210,30,98); }

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