Html Css Color HEX #D20562 Ruby

📋 copy color: '#D20562'

red 210 ◦ green 5 ◦ blue 98

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

Shades of Ruby #D20562

Tints of Ruby #D20562

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.6%

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

R = 67.09%
G = 1.6%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D20562 (or 0xD20562) is known color: Ruby. HEX triplet: D2, 05 and 62. RGB value is (210,5,98). Sum of RGB (Red+Green+Blue) = 210+5+98=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D20562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20562 is #2DFA9D. Grayscale: #4C4C4C. Windows color (decimal): -3013278 or 6424018. OLE color: 6424018.

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

Color convert

RGB 210 5 98 -
CMYK 0 0.98 0.53 0.18
HSL 332.78º 0.95% 0.42% -
HSV(B) 332.78º 0.98% 0.82% -
XYZ 28.84 14.69 12.87 -
YUV 76.9 139.92 222.94 -
System Red Green Blue C M Y K H S L
Decimal 210 5 98 0 0.98 0.53 0.18 332.78 0.95 0.42
Hex D2 5 62 0 62 35 12 14D 5F 2A
Octal 322 5 142 0 142 65 22 515 137 52
Binary 11010010 101 1100010 0 1100010 110101 10010 101001101 1011111 101010

Color Harmonies of #D20562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20562

Black with #D20562

Text Example


Text Example

White with #D20562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20562; }

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

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

background-color css

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

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

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

border-color css

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

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

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