Html Css Color HEX #DF53D3 Free Speech Magenta

📋 copy color: '#DF53D3'

red 223 ◦ green 83 ◦ blue 211

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

Shades of Free Speech Magenta #DF53D3

Tints of Free Speech Magenta #DF53D3

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.05%

 BLUE value IS 211 (82.81% from 255) = 40.81%

R = 43.13%
G = 16.05%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DF53D3 (or 0xDF53D3) is known color: Free Speech Magenta. HEX triplet: DF, 53 and D3. RGB value is (223,83,211). Sum of RGB (Red+Green+Blue) = 223+83+211=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 83 (32.81% from 255 or 16.05% from 517); Blue value is 211 (82.81% from 255 or 40.81% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF53D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF53D3 is #20AC2C. Grayscale: #8B8B8B. Windows color (decimal): -2141229 or 13849567. OLE color: 13849567.

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

Color convert

RGB 223 83 211 -
CMYK 0 0.63 0.05 0.13
HSL 305.14º 0.69% 0.6% -
HSV(B) 305.14º 0.63% 0.87% -
XYZ 45.28 26.58 64.37 -
YUV 139.45 168.38 187.59 -
System Red Green Blue C M Y K H S L
Decimal 223 83 211 0 0.63 0.05 0.13 305.14 0.69 0.6
Hex DF 53 D3 0 3F 5 D 131 45 3C
Octal 337 123 323 0 77 5 15 461 105 74
Binary 11011111 1010011 11010011 0 111111 101 1101 100110001 1000101 111100

Color Harmonies of #DF53D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF53D3

Black with #DF53D3

Text Example


Text Example

White with #DF53D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF53D3; }

 p { color: rgb(223,83,211); }

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

background-color css

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

 a { background-color: rgb(223,83,211); }

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

border-color css

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

 span { border-color: rgb(223,83,211); }

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