Html Css Color HEX #DF53BD Free Speech Magenta

📋 copy color: '#DF53BD'

red 223 ◦ green 83 ◦ blue 189

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

Shades of Free Speech Magenta #DF53BD

Tints of Free Speech Magenta #DF53BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.18%

R = 45.05%
G = 16.77%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF53BD (or 0xDF53BD) is known color: Free Speech Magenta. HEX triplet: DF, 53 and BD. RGB value is (223,83,189). Sum of RGB (Red+Green+Blue) = 223+83+189=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 83 (32.81% from 255 or 16.77% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DF53BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF53BD is #20AC42. Grayscale: #888888. Windows color (decimal): -2141251 or 12407775. OLE color: 12407775.

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

Color convert

RGB 223 83 189 -
CMYK 0 0.63 0.15 0.13
HSL 314.57º 0.69% 0.6% -
HSV(B) 314.57º 0.63% 0.87% -
XYZ 42.71 25.55 50.82 -
YUV 136.94 157.38 189.38 -
System Red Green Blue C M Y K H S L
Decimal 223 83 189 0 0.63 0.15 0.13 314.57 0.69 0.6
Hex DF 53 BD 0 3F F D 13B 45 3C
Octal 337 123 275 0 77 17 15 473 105 74
Binary 11011111 1010011 10111101 0 111111 1111 1101 100111011 1000101 111100

Color Harmonies of #DF53BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF53BD

Black with #DF53BD

Text Example


Text Example

White with #DF53BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF53BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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