Html Css Color HEX #DF4AC9 Free Speech Magenta

📋 copy color: '#DF4AC9'

red 223 ◦ green 74 ◦ blue 201

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

Shades of Free Speech Magenta #DF4AC9

Tints of Free Speech Magenta #DF4AC9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.86%

 BLUE value IS 201 (78.91% from 255) = 40.36%

R = 44.78%
G = 14.86%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DF4AC9 (or 0xDF4AC9) is known color: Free Speech Magenta. HEX triplet: DF, 4A and C9. RGB value is (223,74,201). Sum of RGB (Red+Green+Blue) = 223+74+201=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 74 (29.30% from 255 or 14.86% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4AC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4AC9 is #20B536. Grayscale: #848484. Windows color (decimal): -2143543 or 13191903. OLE color: 13191903.

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

Color convert

RGB 223 74 201 -
CMYK 0 0.67 0.10 0.13
HSL 308.86º 0.7% 0.58% -
HSV(B) 308.86º 0.67% 0.87% -
XYZ 43.42 24.8 57.76 -
YUV 133.03 166.36 192.17 -
System Red Green Blue C M Y K H S L
Decimal 223 74 201 0 0.67 0.10 0.13 308.86 0.7 0.58
Hex DF 4A C9 0 43 A D 135 46 3A
Octal 337 112 311 0 103 12 15 465 106 72
Binary 11011111 1001010 11001001 0 1000011 1010 1101 100110101 1000110 111010

Color Harmonies of #DF4AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4AC9

Black with #DF4AC9

Text Example


Text Example

White with #DF4AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4AC9; }

 p { color: rgb(223,74,201); }

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

background-color css

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

 a { background-color: rgb(223,74,201); }

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

border-color css

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

 span { border-color: rgb(223,74,201); }

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