Html Css Color HEX #DD3F4B Amaranth

📋 copy color: '#DD3F4B'

red 221 ◦ green 63 ◦ blue 75

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

Shades of Amaranth #DD3F4B

Tints of Amaranth #DD3F4B

RGB

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

 GREEN value IS 63 (25% from 255) = 17.55%

 BLUE value IS 75 (29.69% from 255) = 20.89%

R = 61.56%
G = 17.55%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD3F4B (or 0xDD3F4B) is known color: Amaranth. HEX triplet: DD, 3F and 4B. RGB value is (221,63,75). Sum of RGB (Red+Green+Blue) = 221+63+75=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3F4B is #22C0B4. Grayscale: #6F6F6F. Windows color (decimal): -2277557 or 4931549. OLE color: 4931549.

HSL color Cylindrical-coordinate representation of color #DD3F4B: hue angle of 355.44º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD3F4B is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 63 75 -
CMYK 0 0.71 0.66 0.13
HSL 355.44º 0.7% 0.56% -
HSV(B) 355.44º 0.71% 0.87% -
XYZ 32.87 19.44 8.68 -
YUV 111.61 107.35 206.02 -
System Red Green Blue C M Y K H S L
Decimal 221 63 75 0 0.71 0.66 0.13 355.44 0.7 0.56
Hex DD 3F 4B 0 47 42 D 163 46 38
Octal 335 77 113 0 107 102 15 543 106 70
Binary 11011101 111111 1001011 0 1000111 1000010 1101 101100011 1000110 111000

Color Harmonies of #DD3F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F4B

Black with #DD3F4B

Text Example


Text Example

White with #DD3F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F4B; }

 p { color: rgb(221,63,75); }

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

background-color css

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

 a { background-color: rgb(221,63,75); }

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

border-color css

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

 span { border-color: rgb(221,63,75); }

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