Html Css Color HEX #DF214B Amaranth

📋 copy color: '#DF214B'

red 223 ◦ green 33 ◦ blue 75

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

Shades of Amaranth #DF214B

Tints of Amaranth #DF214B

RGB

 RED value IS 223 (87.5% from 255) = 67.37%

 GREEN value IS 33 (13.28% from 255) = 9.97%

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

R = 67.37%
G = 9.97%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF214B (or 0xDF214B) is known color: Amaranth. HEX triplet: DF, 21 and 4B. RGB value is (223,33,75). Sum of RGB (Red+Green+Blue) = 223+33+75=331 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.37% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 223 - color contains mainly: red. Hex color #DF214B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF214B is #20DEB4. Grayscale: #5E5E5E. Windows color (decimal): -2154165 or 4923871. OLE color: 4923871.

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

Color convert

RGB 223 33 75 -
CMYK 0 0.85 0.66 0.13
HSL 346.74º 0.75% 0.5% -
HSV(B) 346.74º 0.85% 0.87% -
XYZ 32.25 17.28 8.29 -
YUV 94.6 116.95 219.58 -
System Red Green Blue C M Y K H S L
Decimal 223 33 75 0 0.85 0.66 0.13 346.74 0.75 0.5
Hex DF 21 4B 0 55 42 D 15B 4B 32
Octal 337 41 113 0 125 102 15 533 113 62
Binary 11011111 100001 1001011 0 1010101 1000010 1101 101011011 1001011 110010

Color Harmonies of #DF214B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF214B

Black with #DF214B

Text Example


Text Example

White with #DF214B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF214B; }

 p { color: rgb(223,33,75); }

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

background-color css

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

 a { background-color: rgb(223,33,75); }

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

border-color css

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

 span { border-color: rgb(223,33,75); }

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