Html Css Color HEX #D21962 Ruby

📋 copy color: '#D21962'

red 210 ◦ green 25 ◦ blue 98

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

Shades of Ruby #D21962

Tints of Ruby #D21962

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.51%

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

R = 63.06%
G = 7.51%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D21962 (or 0xD21962) is known color: Ruby. HEX triplet: D2, 19 and 62. RGB value is (210,25,98). Sum of RGB (Red+Green+Blue) = 210+25+98=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D21962 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21962 is #2DE69D. Grayscale: #585858. Windows color (decimal): -3008158 or 6429138. OLE color: 6429138.

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

Color convert

RGB 210 25 98 -
CMYK 0 0.88 0.53 0.18
HSL 336.32º 0.79% 0.46% -
HSV(B) 336.32º 0.88% 0.82% -
XYZ 29.13 15.28 12.97 -
YUV 88.64 133.29 214.56 -
System Red Green Blue C M Y K H S L
Decimal 210 25 98 0 0.88 0.53 0.18 336.32 0.79 0.46
Hex D2 19 62 0 58 35 12 150 4F 2E
Octal 322 31 142 0 130 65 22 520 117 56
Binary 11010010 11001 1100010 0 1011000 110101 10010 101010000 1001111 101110

Color Harmonies of #D21962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21962

Black with #D21962

Text Example


Text Example

White with #D21962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21962; }

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

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

background-color css

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

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

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

border-color css

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

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

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