Html Css Color HEX #DD254D Amaranth

📋 copy color: '#DD254D'

red 221 ◦ green 37 ◦ blue 77

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

Shades of Amaranth #DD254D

Tints of Amaranth #DD254D

RGB

 RED value IS 221 (86.72% from 255) = 65.97%

 GREEN value IS 37 (14.84% from 255) = 11.04%

 BLUE value IS 77 (30.47% from 255) = 22.99%

R = 65.97%
G = 11.04%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD254D (or 0xDD254D) is known color: Amaranth. HEX triplet: DD, 25 and 4D. RGB value is (221,37,77). Sum of RGB (Red+Green+Blue) = 221+37+77=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD254D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD254D is #22DAB2. Grayscale: #606060. Windows color (decimal): -2284211 or 5055965. OLE color: 5055965.

HSL color Cylindrical-coordinate representation of color #DD254D: hue angle of 346.96º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD254D is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 37 77 -
CMYK 0 0.83 0.65 0.13
HSL 346.96º 0.73% 0.51% -
HSV(B) 346.96º 0.83% 0.87% -
XYZ 31.82 17.23 8.67 -
YUV 96.58 116.96 216.75 -
System Red Green Blue C M Y K H S L
Decimal 221 37 77 0 0.83 0.65 0.13 346.96 0.73 0.51
Hex DD 25 4D 0 53 41 D 15B 49 33
Octal 335 45 115 0 123 101 15 533 111 63
Binary 11011101 100101 1001101 0 1010011 1000001 1101 101011011 1001001 110011

Color Harmonies of #DD254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD254D

Black with #DD254D

Text Example


Text Example

White with #DD254D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD254D; }

 p { color: rgb(221,37,77); }

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

background-color css

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

 a { background-color: rgb(221,37,77); }

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

border-color css

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

 span { border-color: rgb(221,37,77); }

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