Html Css Color HEX #D22755 Amaranth

📋 copy color: '#D22755'

red 210 ◦ green 39 ◦ blue 85

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

Shades of Amaranth #D22755

Tints of Amaranth #D22755

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.68%

 BLUE value IS 85 (33.59% from 255) = 25.45%

R = 62.87%
G = 11.68%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D22755 (or 0xD22755) is known color: Amaranth. HEX triplet: D2, 27 and 55. RGB value is (210,39,85). Sum of RGB (Red+Green+Blue) = 210+39+85=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D22755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22755 is #2DD8AA. Grayscale: #5F5F5F. Windows color (decimal): -3004587 or 5580754. OLE color: 5580754.

HSL color Cylindrical-coordinate representation of color #D22755: hue angle of 343.86º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D22755 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 39 85 -
CMYK 0 0.81 0.60 0.18
HSL 343.86º 0.69% 0.49% -
HSV(B) 343.86º 0.81% 0.82% -
XYZ 28.94 15.81 10.12 -
YUV 95.37 122.15 209.76 -
System Red Green Blue C M Y K H S L
Decimal 210 39 85 0 0.81 0.60 0.18 343.86 0.69 0.49
Hex D2 27 55 0 51 3C 12 158 45 31
Octal 322 47 125 0 121 74 22 530 105 61
Binary 11010010 100111 1010101 0 1010001 111100 10010 101011000 1000101 110001

Color Harmonies of #D22755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22755

Black with #D22755

Text Example


Text Example

White with #D22755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22755; }

 p { color: rgb(210,39,85); }

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

background-color css

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

 a { background-color: rgb(210,39,85); }

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

border-color css

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

 span { border-color: rgb(210,39,85); }

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