Html Css Color HEX #DF53CA Free Speech Magenta

📋 copy color: '#DF53CA'

red 223 ◦ green 83 ◦ blue 202

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

Shades of Free Speech Magenta #DF53CA

Tints of Free Speech Magenta #DF53CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.76%

R = 43.9%
G = 16.34%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF53CA (or 0xDF53CA) is known color: Free Speech Magenta. HEX triplet: DF, 53 and CA. RGB value is (223,83,202). Sum of RGB (Red+Green+Blue) = 223+83+202=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 83 (32.81% from 255 or 16.34% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DF53CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF53CA is #20AC35. Grayscale: #8A8A8A. Windows color (decimal): -2141238 or 13259743. OLE color: 13259743.

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

Color convert

RGB 223 83 202 -
CMYK 0 0.63 0.09 0.13
HSL 309º 0.69% 0.6% -
HSV(B) 309º 0.63% 0.87% -
XYZ 44.19 26.14 58.59 -
YUV 138.43 163.88 188.32 -
System Red Green Blue C M Y K H S L
Decimal 223 83 202 0 0.63 0.09 0.13 309 0.69 0.6
Hex DF 53 CA 0 3F 9 D 135 45 3C
Octal 337 123 312 0 77 11 15 465 105 74
Binary 11011111 1010011 11001010 0 111111 1001 1101 100110101 1000101 111100

Color Harmonies of #DF53CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF53CA

Black with #DF53CA

Text Example


Text Example

White with #DF53CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF53CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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