Html Css Color HEX #D21A65 Ruby

📋 copy color: '#D21A65'

red 210 ◦ green 26 ◦ blue 101

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

Shades of Ruby #D21A65

Tints of Ruby #D21A65

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.72%

 BLUE value IS 101 (39.84% from 255) = 29.97%

R = 62.31%
G = 7.72%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D21A65 (or 0xD21A65) is known color: Ruby. HEX triplet: D2, 1A and 65. RGB value is (210,26,101). Sum of RGB (Red+Green+Blue) = 210+26+101=337 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.31% from 337); Green value is 26 (10.55% from 255 or 7.72% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21A65 is #2DE59A. Grayscale: #595959. Windows color (decimal): -3007899 or 6626002. OLE color: 6626002.

HSL color Cylindrical-coordinate representation of color #D21A65: hue angle of 335.54º degrees, saturation: 0.78, 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 #D21A65 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 26 101 -
CMYK 0 0.88 0.52 0.18
HSL 335.54º 0.78% 0.46% -
HSV(B) 335.54º 0.88% 0.82% -
XYZ 29.3 15.38 13.74 -
YUV 89.57 134.46 213.9 -
System Red Green Blue C M Y K H S L
Decimal 210 26 101 0 0.88 0.52 0.18 335.54 0.78 0.46
Hex D2 1A 65 0 58 34 12 150 4E 2E
Octal 322 32 145 0 130 64 22 520 116 56
Binary 11010010 11010 1100101 0 1011000 110100 10010 101010000 1001110 101110

Color Harmonies of #D21A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21A65

Black with #D21A65

Text Example


Text Example

White with #D21A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21A65; }

 p { color: rgb(210,26,101); }

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

background-color css

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

 a { background-color: rgb(210,26,101); }

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

border-color css

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

 span { border-color: rgb(210,26,101); }

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