Html Css Color HEX #DF46D5 Free Speech Magenta

📋 copy color: '#DF46D5'

red 223 ◦ green 70 ◦ blue 213

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

Shades of Free Speech Magenta #DF46D5

Tints of Free Speech Magenta #DF46D5

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.83%

 BLUE value IS 213 (83.59% from 255) = 42.09%

R = 44.07%
G = 13.83%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DF46D5 (or 0xDF46D5) is known color: Free Speech Magenta. HEX triplet: DF, 46 and D5. RGB value is (223,70,213). Sum of RGB (Red+Green+Blue) = 223+70+213=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 70 (27.73% from 255 or 13.83% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF46D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF46D5 is #20B92A. Grayscale: #838383. Windows color (decimal): -2144555 or 13977311. OLE color: 13977311.

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

Color convert

RGB 223 70 213 -
CMYK 0 0.69 0.04 0.13
HSL 303.92º 0.71% 0.57% -
HSV(B) 303.92º 0.69% 0.87% -
XYZ 44.63 24.87 65.4 -
YUV 132.05 173.69 192.87 -
System Red Green Blue C M Y K H S L
Decimal 223 70 213 0 0.69 0.04 0.13 303.92 0.71 0.57
Hex DF 46 D5 0 45 4 D 130 47 39
Octal 337 106 325 0 105 4 15 460 107 71
Binary 11011111 1000110 11010101 0 1000101 100 1101 100110000 1000111 111001

Color Harmonies of #DF46D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF46D5

Black with #DF46D5

Text Example


Text Example

White with #DF46D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF46D5; }

 p { color: rgb(223,70,213); }

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

background-color css

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

 a { background-color: rgb(223,70,213); }

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

border-color css

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

 span { border-color: rgb(223,70,213); }

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