Html Css Color HEX #D21664 Ruby

📋 copy color: '#D21664'

red 210 ◦ green 22 ◦ blue 100

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

Shades of Ruby #D21664

Tints of Ruby #D21664

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.63%

 BLUE value IS 100 (39.45% from 255) = 30.12%

R = 63.25%
G = 6.63%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D21664 (or 0xD21664) is known color: Ruby. HEX triplet: D2, 16 and 64. RGB value is (210,22,100). Sum of RGB (Red+Green+Blue) = 210+22+100=332 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.25% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 210 - color contains mainly: red. Hex color #D21664 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21664 is #2DE99B. Grayscale: #565656. Windows color (decimal): -3008924 or 6559442. OLE color: 6559442.

HSL color Cylindrical-coordinate representation of color #D21664: hue angle of 335.11º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21664 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 22 100 -
CMYK 0 0.90 0.52 0.18
HSL 335.11º 0.81% 0.45% -
HSV(B) 335.11º 0.9% 0.82% -
XYZ 29.17 15.2 13.45 -
YUV 87.1 135.28 215.66 -
System Red Green Blue C M Y K H S L
Decimal 210 22 100 0 0.90 0.52 0.18 335.11 0.81 0.45
Hex D2 16 64 0 5A 34 12 14F 51 2D
Octal 322 26 144 0 132 64 22 517 121 55
Binary 11010010 10110 1100100 0 1011010 110100 10010 101001111 1010001 101101

Color Harmonies of #D21664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21664

Black with #D21664

Text Example


Text Example

White with #D21664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21664; }

 p { color: rgb(210,22,100); }

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

background-color css

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

 a { background-color: rgb(210,22,100); }

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

border-color css

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

 span { border-color: rgb(210,22,100); }

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