Html Css Color HEX #DF53DB Free Speech Magenta

📋 copy color: '#DF53DB'

red 223 ◦ green 83 ◦ blue 219

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

Shades of Free Speech Magenta #DF53DB

Tints of Free Speech Magenta #DF53DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.71%

R = 42.48%
G = 15.81%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF53DB (or 0xDF53DB) is known color: Free Speech Magenta. HEX triplet: DF, 53 and DB. RGB value is (223,83,219). Sum of RGB (Red+Green+Blue) = 223+83+219=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 83 (32.81% from 255 or 15.81% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DF53DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF53DB is #20AC24. Grayscale: #8B8B8B. Windows color (decimal): -2141221 or 14373855. OLE color: 14373855.

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

Color convert

RGB 223 83 219 -
CMYK 0 0.63 0.02 0.13
HSL 301.71º 0.69% 0.6% -
HSV(B) 301.71º 0.63% 0.87% -
XYZ 46.31 26.99 69.79 -
YUV 140.36 172.38 186.94 -
System Red Green Blue C M Y K H S L
Decimal 223 83 219 0 0.63 0.02 0.13 301.71 0.69 0.6
Hex DF 53 DB 0 3F 2 D 12E 45 3C
Octal 337 123 333 0 77 2 15 456 105 74
Binary 11011111 1010011 11011011 0 111111 10 1101 100101110 1000101 111100

Color Harmonies of #DF53DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF53DB

Black with #DF53DB

Text Example


Text Example

White with #DF53DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF53DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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