Html Css Color HEX #DF4AB9 Free Speech Magenta

📋 copy color: '#DF4AB9'

red 223 ◦ green 74 ◦ blue 185

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

Shades of Free Speech Magenta #DF4AB9

Tints of Free Speech Magenta #DF4AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.38%

R = 46.27%
G = 15.35%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DF4AB9 (or 0xDF4AB9) is known color: Free Speech Magenta. HEX triplet: DF, 4A and B9. RGB value is (223,74,185). Sum of RGB (Red+Green+Blue) = 223+74+185=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 74 (29.30% from 255 or 15.35% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4AB9 is #20B546. Grayscale: #828282. Windows color (decimal): -2143559 or 12143327. OLE color: 12143327.

HSL color Cylindrical-coordinate representation of color #DF4AB9: hue angle of 315.3º 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 #DF4AB9 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 74 185 -
CMYK 0 0.67 0.17 0.13
HSL 315.3º 0.7% 0.58% -
HSV(B) 315.3º 0.67% 0.87% -
XYZ 41.64 24.09 48.35 -
YUV 131.21 158.36 193.47 -
System Red Green Blue C M Y K H S L
Decimal 223 74 185 0 0.67 0.17 0.13 315.3 0.7 0.58
Hex DF 4A B9 0 43 11 D 13B 46 3A
Octal 337 112 271 0 103 21 15 473 106 72
Binary 11011111 1001010 10111001 0 1000011 10001 1101 100111011 1000110 111010

Color Harmonies of #DF4AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4AB9

Black with #DF4AB9

Text Example


Text Example

White with #DF4AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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