Html Css Color HEX #DF53D4 Free Speech Magenta

📋 copy color: '#DF53D4'

red 223 ◦ green 83 ◦ blue 212

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

Shades of Free Speech Magenta #DF53D4

Tints of Free Speech Magenta #DF53D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.93%

R = 43.05%
G = 16.02%
B = 40.93%

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

#DF53D4 (or 0xDF53D4) is known color: Free Speech Magenta. HEX triplet: DF, 53 and D4. RGB value is (223,83,212). Sum of RGB (Red+Green+Blue) = 223+83+212=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 83 (32.81% from 255 or 16.02% from 518); Blue value is 212 (83.20% from 255 or 40.93% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DF53D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF53D4 is #20AC2B. Grayscale: #8B8B8B. Windows color (decimal): -2141228 or 13915103. OLE color: 13915103.

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

Color convert

RGB 223 83 212 -
CMYK 0 0.63 0.05 0.13
HSL 304.71º 0.69% 0.6% -
HSV(B) 304.71º 0.63% 0.87% -
XYZ 45.41 26.63 65.03 -
YUV 139.57 168.88 187.51 -
System Red Green Blue C M Y K H S L
Decimal 223 83 212 0 0.63 0.05 0.13 304.71 0.69 0.6
Hex DF 53 D4 0 3F 5 D 131 45 3C
Octal 337 123 324 0 77 5 15 461 105 74
Binary 11011111 1010011 11010100 0 111111 101 1101 100110001 1000101 111100

Color Harmonies of #DF53D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF53D4

Black with #DF53D4

Text Example


Text Example

White with #DF53D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF53D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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