Html Css Color HEX #DF53CC Free Speech Magenta

📋 copy color: '#DF53CC'

red 223 ◦ green 83 ◦ blue 204

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

Shades of Free Speech Magenta #DF53CC

Tints of Free Speech Magenta #DF53CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40%

R = 43.73%
G = 16.27%
B = 40%

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

#DF53CC (or 0xDF53CC) is known color: Free Speech Magenta. HEX triplet: DF, 53 and CC. RGB value is (223,83,204). Sum of RGB (Red+Green+Blue) = 223+83+204=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 83 (32.81% from 255 or 16.27% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF53CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF53CC is #20AC33. Grayscale: #8A8A8A. Windows color (decimal): -2141236 or 13390815. OLE color: 13390815.

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

Color convert

RGB 223 83 204 -
CMYK 0 0.63 0.09 0.13
HSL 308.14º 0.69% 0.6% -
HSV(B) 308.14º 0.63% 0.87% -
XYZ 44.42 26.23 59.85 -
YUV 138.65 164.88 188.16 -
System Red Green Blue C M Y K H S L
Decimal 223 83 204 0 0.63 0.09 0.13 308.14 0.69 0.6
Hex DF 53 CC 0 3F 9 D 134 45 3C
Octal 337 123 314 0 77 11 15 464 105 74
Binary 11011111 1010011 11001100 0 111111 1001 1101 100110100 1000101 111100

Color Harmonies of #DF53CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF53CC

Black with #DF53CC

Text Example


Text Example

White with #DF53CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF53CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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