Html Css Color HEX #D21768 Ruby

📋 copy color: '#D21768'

red 210 ◦ green 23 ◦ blue 104

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

Shades of Ruby #D21768

Tints of Ruby #D21768

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.82%

 BLUE value IS 104 (41.02% from 255) = 30.86%

R = 62.31%
G = 6.82%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D21768 (or 0xD21768) is known color: Ruby. HEX triplet: D2, 17 and 68. RGB value is (210,23,104). Sum of RGB (Red+Green+Blue) = 210+23+104=337 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.31% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 210 - color contains mainly: red. Hex color #D21768 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21768 is #2DE897. Grayscale: #585858. Windows color (decimal): -3008664 or 6821842. OLE color: 6821842.

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

Color convert

RGB 210 23 104 -
CMYK 0 0.89 0.50 0.18
HSL 334.01º 0.8% 0.46% -
HSV(B) 334.01º 0.89% 0.82% -
XYZ 29.38 15.31 14.5 -
YUV 88.15 136.95 214.91 -
System Red Green Blue C M Y K H S L
Decimal 210 23 104 0 0.89 0.50 0.18 334.01 0.8 0.46
Hex D2 17 68 0 59 32 12 14E 50 2E
Octal 322 27 150 0 131 62 22 516 120 56
Binary 11010010 10111 1101000 0 1011001 110010 10010 101001110 1010000 101110

Color Harmonies of #D21768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21768

Black with #D21768

Text Example


Text Example

White with #D21768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21768; }

 p { color: rgb(210,23,104); }

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

background-color css

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

 a { background-color: rgb(210,23,104); }

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

border-color css

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

 span { border-color: rgb(210,23,104); }

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